Searched refs:_PyIO_str_readable (Results 1 – 9 of 9) sorted by relevance
161 extern PyObject *_PyIO_str_readable;
38 PyObject *_PyIO_str_readable; variable741 if (!(_PyIO_str_readable = PyString_InternFromString("readable"))) in init_io()
354 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_readable, NULL); in _PyIOBase_check_readable()
525 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readable, NULL); in buffered_readable()
170 extern PyObject *_PyIO_str_readable;
43 PyObject *_PyIO_str_readable = NULL; variable
419 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_readable, NULL); in _PyIOBase_check_readable()
572 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readable, NULL); in buffered_readable()
446 _PyIO_str_readable