Home
last modified time | relevance | path

Searched refs:_PyIO_str_fileno (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h153 extern PyObject *_PyIO_str_fileno;
D_iomodule.c30 PyObject *_PyIO_str_fileno; variable
725 if (!(_PyIO_str_fileno = PyString_InternFromString("fileno"))) in init_io()
Dbufferedio.c555 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_fileno, NULL); in buffered_fileno()