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