Documentation
¶
Index ¶
- func Check(p *python.PyObject) bool
- func CheckExact(p *python.PyObject) bool
- func GetDict(module *python.PyObject) *python.PyObject
- func GetFilename(module *python.PyObject) string
- func GetFilenameObject(module *python.PyObject) *python.PyObject
- func GetName(module *python.PyObject) string
- func GetNameObject(module *python.PyObject) *python.PyObject
- func GetState(module *python.PyObject) unsafe.Pointer
- func New(name string) *python.PyObject
- func NewObject(name *python.PyObject) *python.PyObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilename ¶
GetFilename PyModule_GetFilename
func GetFilenameObject ¶
GetFilenameObject PyModule_GetFilenameObject
func GetNameObject ¶
GetNameObject PyModule_GetNameObject
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.