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

  /external/python/cpython2/Modules/_ctypes/
ctypes.h 179 extern PyTypeObject PyCPointer_Type;
186 #define PointerObject_Check(v) PyObject_TypeCheck(v, &PyCPointer_Type)
callproc.c     [all...]
_ctypes.c 40 PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
103 * PyCPointer_Type
893 The PyCPointer_Type provides the functionality: a contents method/property, a
    [all...]
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 139 extern PyTypeObject PyCPointer_Type;
146 #define PointerObject_Check(v) PyObject_TypeCheck(v, &PyCPointer_Type)
callproc.c     [all...]
_ctypes.c 34 PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
97 * PyCPointer_Type
853 The PyCPointer_Type provides the functionality: a contents method/property, a
    [all...]

Completed in 798 milliseconds