Documentation
¶
Index ¶
- Constants
- Variables
- func DecRef(o *python.PyObject)
- func EnterRecursiveCall(where string) int
- func Finalize()
- func FinalizeEx() int
- func GetBuildInfo() string
- func GetCompiler() string
- func GetCopyright() string
- func GetExecPrefix() string
- func GetPath() string
- func GetPlatform() string
- func GetPrefix() string
- func GetProgramFullPath() string
- func GetProgramName() string
- func GetPythonHome() string
- func GetVersion() string
- func IncRef(o *python.PyObject)
- func Initialize()
- func InitializeEx(initsigs bool)
- func IsInitialized() bool
- func LeaveRecursiveCall()
- func RefCnt(o *python.PyObject) int
- func ReprEnter(object *python.PyObject) int
- func ReprLeave(object *python.PyObject)
- func SetPath(path string)
- func SetProgramName(name string)
- func SetPythonHome(home string)
- func SetStandardStreamEncoding(encoding, errors string) int
Constants ¶
Variables ¶
View Source
var ( // False Py_False False = toObject(C.Py_False) // True Py_True True = toObject(C.Py_True) )
View Source
var None = toObject(C.Py_None)
None Py_None
Functions ¶
func EnterRecursiveCall ¶
EnterRecursiveCall Py_EnterRecursiveCall
func SetStandardStreamEncoding ¶
SetStandardStreamEncoding Py_SetStandardStreamEncoding
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.