Searched refs:_PyIO_str_fileno (Results 1 – 3 of 3) sorted by relevance
153 extern PyObject *_PyIO_str_fileno;
30 PyObject *_PyIO_str_fileno; variable725 if (!(_PyIO_str_fileno = PyString_InternFromString("fileno"))) in init_io()
555 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_fileno, NULL); in buffered_fileno()