pymodule

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 Check

func Check(p *python.PyObject) bool

Check PyModule_Check

func CheckExact

func CheckExact(p *python.PyObject) bool

CheckExact PyModule_CheckExact

func GetDict

func GetDict(module *python.PyObject) *python.PyObject

GetDict PyModule_GetDict

func GetFilename

func GetFilename(module *python.PyObject) string

GetFilename PyModule_GetFilename

func GetFilenameObject

func GetFilenameObject(module *python.PyObject) *python.PyObject

GetFilenameObject PyModule_GetFilenameObject

func GetName

func GetName(module *python.PyObject) string

GetName PyModule_GetName

func GetNameObject

func GetNameObject(module *python.PyObject) *python.PyObject

GetNameObject PyModule_GetNameObject

func GetState

func GetState(module *python.PyObject) unsafe.Pointer

GetState PyModule_GetState

func New

func New(name string) *python.PyObject

New PyModule_New

func NewObject

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

NewObject PyModule_NewObject

Types

This section is empty.

Jump to

Keyboard shortcuts

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