Home
last modified time | relevance | path

Searched refs:_PyIO_str_readable (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h161 extern PyObject *_PyIO_str_readable;
D_iomodule.c38 PyObject *_PyIO_str_readable; variable
741 if (!(_PyIO_str_readable = PyString_InternFromString("readable"))) in init_io()
Diobase.c354 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_readable, NULL); in _PyIOBase_check_readable()
Dbufferedio.c525 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readable, NULL); in buffered_readable()
/external/python/cpython3/Modules/_io/
D_iomodule.h170 extern PyObject *_PyIO_str_readable;
D_iomodule.c43 PyObject *_PyIO_str_readable = NULL; variable
Diobase.c419 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_readable, NULL); in _PyIOBase_check_readable()
Dbufferedio.c572 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readable, NULL); in buffered_readable()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt446 _PyIO_str_readable