pyimport

package
v9.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddModule

func AddModule(name string) *python.PyObject

AddModule PyImport_AddModule

func AddModuleObject

func AddModuleObject(name *python.PyObject) *python.PyObject

AddModuleObject PyImport_AddModuleObject

func ExecCodeModule

func ExecCodeModule(name string, co *python.PyObject) *python.PyObject

ExecCodeModule PyImport_ExecCodeModule

func ExecCodeModuleEx

func ExecCodeModuleEx(name string, co *python.PyObject, pathname string) *python.PyObject

ExecCodeModuleEx PyImport_ExecCodeModuleEx

func ExecCodeModuleObject

func ExecCodeModuleObject(name, co, pathname, cpathname *python.PyObject) *python.PyObject

ExecCodeModuleObject PyImport_ExecCodeModuleObject

func ExecCodeModuleWithPathnames

func ExecCodeModuleWithPathnames(name string, co *python.PyObject, pathname, cpathname string) *python.PyObject

ExecCodeModuleWithPathnames PyImport_ExecCodeModuleWithPathnames

func GetImporter

func GetImporter(path *python.PyObject) *python.PyObject

GetImporter PyImport_GetImporter

func GetMagicNumber

func GetMagicNumber() int

GetMagicNumber PyImport_GetMagicNumber

func GetMagicTag

func GetMagicTag() string

GetMagicTag PyImport_GetMagicTag

func GetModule

func GetModule(name *python.PyObject) *python.PyObject

GetModule PyImport_GetModule

func GetModuleDict

func GetModuleDict() *python.PyObject

GetModuleDict PyImport_GetModuleDict

func Import

func Import(name *python.PyObject) *python.PyObject

Import PyImport_Import

func ImportFrozenModule

func ImportFrozenModule(name string) int

ImportFrozenModule PyImport_ImportFrozenModule

func ImportFrozenModuleObject

func ImportFrozenModuleObject(name *python.PyObject) int

ImportFrozenModuleObject PyImport_ImportFrozenModuleObject

func ImportModule

func ImportModule(name string) *python.PyObject

ImportModule PyImport_ImportModule

func ImportModuleEx

func ImportModuleEx(name string, globals, locals, fromlist *python.PyObject) *python.PyObject

ImportModuleEx PyImport_ImportModuleEx

func ImportModuleLevel

func ImportModuleLevel(name string, globals, locals, fromlist *python.PyObject, level int) *python.PyObject

ImportModuleLevel PyImport_ImportModuleLevel

func ImportModuleLevelObject

func ImportModuleLevelObject(name, globals, locals, fromlist *python.PyObject, level int) *python.PyObject

ImportModuleLevelObject PyImport_ImportModuleLevelObject

func ReloadModule

func ReloadModule(m *python.PyObject) *python.PyObject

ReloadModule PyImport_ReloadModule

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL