Home
last modified time | relevance | path

Searched refs:_PyIO_str_nl (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.c39 PyObject *_PyIO_str_nl = NULL; variable
810 if (!_PyIO_str_nl && in PyInit__io()
811 !(_PyIO_str_nl = PyUnicode_InternFromString("\n"))) in PyInit__io()
D_iomodule.h167 extern PyObject *_PyIO_str_nl;
Dstringio.c195 decoded, _PyIO_str_nl, self->writenl, -1); in write_str()
/third_party/python/Tools/c-analyzer/
DTODO174 Modules/_io/_iomodule.c:_PyIO_str_nl PyObject *_PyIO_str_nl
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv33 Modules/_io/_iomodule.h - _PyIO_str_nl -
2666 Modules/_io/_iomodule.c - _PyIO_str_nl -