Home
last modified time | relevance | path

Searched defs:PyClass_Check (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dclassobject.h41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type) macro
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c748 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) macro
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx755 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) macro