OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyCFuncPtrTypeObject_Check
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/_ctypes/
ctypes.h
149
#define
PyCFuncPtrTypeObject_Check
(v) PyObject_TypeCheck(v, &PyCFuncPtrType_Type)
/external/python/cpython2/Modules/_ctypes/
ctypes.h
189
#define
PyCFuncPtrTypeObject_Check
(v) PyObject_TypeCheck(v, &PyCFuncPtrType_Type)
Completed in 104 milliseconds