Procs
proc callPyBoundMethodObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject {.cdecl, ...raises: [], tags: [RootEffect, ReadDirEffect, ReadIOEffect], forbids: [].}
- Source Edit
proc callPyFunctionObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject {.cdecl, ...raises: [], tags: [RootEffect, ReadDirEffect, ReadIOEffect], forbids: [].}
- Source Edit
Exports
-
PyFunctionObject, ofExactPyStaticMethodObject, pyFunctionObjectType, pyBoundMethodObjectType, ofExactPyFunctionObject, PyBoundMethodObject, newPyFunc, initPyStaticMethodObjectMagic, PyStaticMethodObject, ofExactPyBoundMethodObject, ofPyBoundMethodObject, pyStaticMethodObjectType, newPyStaticMethodSimple, modulePyBoundMethodObjectGetter, getPyFunctionObjectMagic, ofPyStaticMethodObject, newBoundMethod, ofPyFunctionObject, getPyBoundMethodObjectMagic, newPyFunctionSimple, modulePyBoundMethodObjectSetter, namePyBoundMethodObjectGetter, newPyBoundMethodSimple, getPyStaticMethodObjectMagic, namePyBoundMethodObjectSetter, newPyStaticMethod