pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
PyCFunction_GetFunction
deimos
python
methodobject
_
extern (
C
)
PyCFunction
PyCFunction_GetFunction
(
PyObject
*
)
Meta
Source
See Implementation
deimos
python
methodobject
aliases
PyCFunction
PyCFunctionWithKeywords
PyNoArgsFunction
functions
PyCFunction_Call
PyCFunction_Check
PyCFunction_ClearFreeList
PyCFunction_GET_FLAGS
PyCFunction_GET_FUNCTION
PyCFunction_GET_SELF
PyCFunction_GetFlags
PyCFunction_GetFunction
PyCFunction_GetSelf
PyCFunction_New
PyCFunction_NewEx
Py_FindMethod
Py_FindMethodInChain
_PyCFunction_DebugMallocStats
_PyMethod_DebugMallocStats
structs
PyCFunctionObject
PyMethodChain
PyMethodDef
variables
METH_CLASS
METH_COEXIST
METH_FASTCALL
METH_KEYWORDS
METH_NOARGS
METH_O
METH_OLDARGS
METH_STATIC
METH_VARARGS
_