Home
last modified time | relevance | path

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

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