Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c46 PyObject *_PyIO_str_truncate; variable
757 if (!(_PyIO_str_truncate = PyString_InternFromString("truncate"))) in init_io()
D_iomodule.h169 extern PyObject *_PyIO_str_truncate;
Dbufferedio.c1159 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_truncate, pos, NULL); in buffered_truncate()
Dtextio.c2373 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in textiowrapper_truncate()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO148 Modules/_io/_iomodule.c:_PyIO_str_truncate PyObject *_PyIO_str_truncate
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv55 Modules/_io/_iomodule.h - _PyIO_str_truncate -