Searched refs:_PyIO_str_writable (Results 1 – 4 of 4) sorted by relevance
170 extern PyObject *_PyIO_str_writable;
47 PyObject *_PyIO_str_writable; variable761 if (!(_PyIO_str_writable = PyString_InternFromString("writable"))) in init_io()
375 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_writable, NULL); in _PyIOBase_check_writable()
532 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_writable, NULL); in buffered_writable()