Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h1246 static inline int PyType_Check(PyObject *op) { in PyType_Check() function
1250 # define PyType_Check(op) PyType_Check(_PyObject_CAST(op)) macro