Home
last modified time | relevance | path

Searched defs:CThunk_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dctypes.h71 #define CThunk_CheckExact(v) ((v)->ob_type == &PyCThunk_Type) macro
/external/python/cpython2/Modules/_ctypes/
Dctypes.h111 #define CThunk_CheckExact(v) (Py_TYPE(v) == &PyCThunk_Type) macro