HomeSort by relevance Sort by last modified time
    Searched defs:PyCArg_CheckExact (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_ctypes/
ctypes.h 315 #define PyCArg_CheckExact(v) ((v)->ob_type == &PyCArg_Type)
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 357 #define PyCArg_CheckExact(v) ((v)->ob_type == &PyCArg_Type)

Completed in 141 milliseconds