Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dctypes.h338 #define PyCArg_CheckExact(v) Py_IS_TYPE(v, &PyCArg_Type) macro
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dctypes.h357 #define PyCArg_CheckExact(v) ((v)->ob_type == &PyCArg_Type) macro