HomeSort by relevance Sort by last modified time
    Searched refs:PyCFuncPtrType_Type (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Modules/_ctypes/
ctypes.h 181 extern PyTypeObject PyCFuncPtrType_Type;
189 #define PyCFuncPtrTypeObject_Check(v) PyObject_TypeCheck(v, &PyCFuncPtrType_Type)
244 /* Following fields only used by PyCFuncPtrType_Type instances */
_ctypes.c     [all...]
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 141 extern PyTypeObject PyCFuncPtrType_Type;
149 #define PyCFuncPtrTypeObject_Check(v) PyObject_TypeCheck(v, &PyCFuncPtrType_Type)
204 /* Following fields only used by PyCFuncPtrType_Type instances */
_ctypes.c     [all...]

Completed in 178 milliseconds