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

  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
pyerrors.h 102 (PyInstance_Check((x)) || \
111 ((PyInstance_Check((x)) \
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
pyerrors.h 102 (PyInstance_Check((x)) || \
111 ((PyInstance_Check((x)) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
pyerrors.h 102 (PyInstance_Check((x)) || \
111 ((PyInstance_Check((x)) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
pyerrors.h 102 (PyInstance_Check((x)) || \
111 ((PyInstance_Check((x)) \
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 1069 if (PyInstance_Check(pyobj)) {
    [all...]

Completed in 566 milliseconds