Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyFile_Check

76     if (f == NULL || !PyFile_Check(f))
96 if (f == NULL || !PyFile_Check(f))
146 assert(PyFile_Check(f));
323 assert(PyFile_Check(f));
563 assert(PyFile_Check(f));
1547 if (PyFile_Check(f)) {
2386 assert(PyFile_Check(self));
2518 else if (PyFile_Check(f)) {
2555 else if (PyFile_Check(f)) {
2628 else if (PyFile_Check(f)) {
2736 if (!PyFile_Check(fobj)) {
2825 if (!fobj || !PyFile_Check(fobj)) {