Update pocketpy_bindings_generated.dart

This commit is contained in:
blueloveTH 2025-11-13 16:19:16 +08:00
parent 1ef6ef40ee
commit d43b85442e

View File

@ -3959,6 +3959,10 @@ final class py_Callbacks extends ffi.Struct {
py_Ref val, ffi.Pointer<ffi.Void> ctx)>> py_Ref val, ffi.Pointer<ffi.Void> ctx)>>
f, f,
ffi.Pointer<ffi.Void> ctx)>> gc_mark; 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. /// A global reference which has the same lifespan as the VM.