Expand description
Pay attention to this module’s:
Modules§
- ext_mod
- Use pymodule_export instead of this
ext_mod
directly. You can access this module in Python viapytuari.EXT_MOD.pytuari
. - standalone
standalone
- Used for embedding Python in a standalone pytauri application.
Structs§
- Builder
- Builder
Args - Please refer to the Python-side documentation
Functions§
- pymodule_
export - Exports the ext_mod module to the
parent_module
.