Home
last modified time | relevance | path

Searched refs:PyType_CheckExact (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dobject.h787 static inline int PyType_CheckExact(PyObject *op) { in PyType_CheckExact() function
791 # define PyType_CheckExact(op) PyType_CheckExact(_PyObject_CAST(op)) macro
/third_party/python/Objects/
H A Dabstract.c2625 if (PyType_CheckExact(cls)) { in object_recursive_isinstance()
2715 if (PyType_CheckExact(cls)) { in object_issubclass()
/third_party/python/Python/
H A Dspecialize.c885 if (!PyType_CheckExact(owner) || _PyType_Lookup(Py_TYPE(owner), name)) { in specialize_class_load_method()

Completed in 9 milliseconds