Home
last modified time | relevance | path

Searched refs:_PyIO_str_fileno (Results 1 – 7 of 7) 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()
/external/python/cpython3/Modules/_io/
D_iomodule.h161 extern PyObject *_PyIO_str_fileno;
D_iomodule.c33 PyObject *_PyIO_str_fileno = NULL; variable
Dbufferedio.c601 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_fileno, NULL); in buffered_fileno()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt438 _PyIO_str_fileno