mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-18 01:20:16 +00:00
Update pocketpy_bindings_generated.dart
This commit is contained in:
parent
1ef6ef40ee
commit
d43b85442e
@ -3959,6 +3959,10 @@ final class py_Callbacks extends ffi.Struct {
|
||||
py_Ref val, ffi.Pointer<ffi.Void> ctx)>>
|
||||
f,
|
||||
ffi.Pointer<ffi.Void> ctx)>> gc_mark;
|
||||
|
||||
/// Used by `PRINT_EXPR` bytecode.
|
||||
external ffi.Pointer<ffi.NativeFunction<ffi.Bool Function(py_Ref val)>>
|
||||
displayhook;
|
||||
}
|
||||
|
||||
/// A global reference which has the same lifespan as the VM.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user