Documentation
¶
Index ¶
- func AddModule(name string) *python.PyObject
- func AddModuleObject(name *python.PyObject) *python.PyObject
- func ExecCodeModule(name string, co *python.PyObject) *python.PyObject
- func ExecCodeModuleEx(name string, co *python.PyObject, pathname string) *python.PyObject
- func ExecCodeModuleObject(name, co, pathname, cpathname *python.PyObject) *python.PyObject
- func ExecCodeModuleWithPathnames(name string, co *python.PyObject, pathname, cpathname string) *python.PyObject
- func GetImporter(path *python.PyObject) *python.PyObject
- func GetMagicNumber() int
- func GetMagicTag() string
- func GetModule(name *python.PyObject) *python.PyObject
- func GetModuleDict() *python.PyObject
- func Import(name *python.PyObject) *python.PyObject
- func ImportFrozenModule(name string) int
- func ImportFrozenModuleObject(name *python.PyObject) int
- func ImportModule(name string) *python.PyObject
- func ImportModuleEx(name string, globals, locals, fromlist *python.PyObject) *python.PyObject
- func ImportModuleLevel(name string, globals, locals, fromlist *python.PyObject, level int) *python.PyObject
- func ImportModuleLevelObject(name, globals, locals, fromlist *python.PyObject, level int) *python.PyObject
- func ReloadModule(m *python.PyObject) *python.PyObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddModuleObject ¶
AddModuleObject PyImport_AddModuleObject
func ExecCodeModule ¶
ExecCodeModule PyImport_ExecCodeModule
func ExecCodeModuleEx ¶
ExecCodeModuleEx PyImport_ExecCodeModuleEx
func ExecCodeModuleObject ¶
ExecCodeModuleObject PyImport_ExecCodeModuleObject
func ExecCodeModuleWithPathnames ¶
func ExecCodeModuleWithPathnames(name string, co *python.PyObject, pathname, cpathname string) *python.PyObject
ExecCodeModuleWithPathnames PyImport_ExecCodeModuleWithPathnames
func GetImporter ¶
GetImporter PyImport_GetImporter
func ImportFrozenModule ¶
ImportFrozenModule PyImport_ImportFrozenModule
func ImportFrozenModuleObject ¶
ImportFrozenModuleObject PyImport_ImportFrozenModuleObject
func ImportModule ¶
ImportModule PyImport_ImportModule
func ImportModuleEx ¶
ImportModuleEx PyImport_ImportModuleEx
func ImportModuleLevel ¶
func ImportModuleLevel(name string, globals, locals, fromlist *python.PyObject, level int) *python.PyObject
ImportModuleLevel PyImport_ImportModuleLevel
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.