Home
last modified time | relevance | path

Searched refs:_PyIO_str_writable (Results 1 – 11 of 11) 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.c383 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()
/external/python/cpython3/Modules/_io/
D_iomodule.h182 extern PyObject *_PyIO_str_writable;
D_iomodule.c51 PyObject *_PyIO_str_writable = NULL; variable
Diobase.c450 PyObject *res = PyObject_CallMethodNoArgs(self, _PyIO_str_writable); in _PyIOBase_check_writable()
Dbufferedio.c576 return PyObject_CallMethodNoArgs(self->raw, _PyIO_str_writable); in buffered_writable()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt456 _PyIO_str_writable
DTODO193 Modules/_io/_iomodule.c:_PyIO_str_writable PyObject *_PyIO_str_writable
Dknown.tsv1473 Modules/_io/_iomodule.c - _PyIO_str_writable variable PyObject *_PyIO_str_writable