menu
pocketpy package
documentation
pocketpy_bindings_generated.dart
PocketpyBindings
py_setreg method
py_setreg method
dark_mode
light_mode
py_setreg
method
void
py_setreg
(
int
i
,
py_Ref
val
)
Set the i-th register.
Implementation
void py_setreg( int i, py_Ref val, ) { return _py_setreg( i, val, ); }
pocketpy package
documentation
pocketpy_bindings_generated
PocketpyBindings
py_setreg method
PocketpyBindings class