Home
last modified time | relevance | path

Searched refs:PyFile_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dfileobject.h38 #define PyFile_CheckExact(op) (Py_TYPE(op) == &PyFile_Type) macro
/external/python/cpython2/Doc/c-api/
Dfile.rst37 .. c:function:: int PyFile_CheckExact(PyObject *p)