Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c47 PyObject *_PyIO_str_writable; variable
761 if (!(_PyIO_str_writable = PyString_InternFromString("writable"))) in init_io()
D_iomodule.h170 extern PyObject *_PyIO_str_writable;
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()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO149 Modules/_io/_iomodule.c:_PyIO_str_writable PyObject *_PyIO_str_writable
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv56 Modules/_io/_iomodule.h - _PyIO_str_writable -