Home
last modified time | relevance | path

Searched refs:_PyIO_str_writable (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h170 extern PyObject *_PyIO_str_writable;
D_iomodule.c47 PyObject *_PyIO_str_writable; variable
761 if (!(_PyIO_str_writable = PyString_InternFromString("writable"))) in init_io()
Diobase.c375 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_writable, NULL); in _PyIOBase_check_writable()
Dbufferedio.c532 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_writable, NULL); in buffered_writable()