Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h787 static inline int PyType_CheckExact(PyObject *op) { in PyType_CheckExact() function
791 # define PyType_CheckExact(op) PyType_CheckExact(_PyObject_CAST(op)) macro