Home
last modified time | relevance | path

Searched defs:line_buffering (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.c207 int line_buffering, is_number; in _io_open_impl() local
Dtextio.c644 char line_buffering; member
1066 const char *newline, int line_buffering, in _io_TextIOWrapper___init___impl()
1326 int line_buffering; in _io_TextIOWrapper_reconfigure_impl() local
/third_party/python/Lib/
D_pyio.py2020 line_buffering=False, write_through=False): argument
2059 line_buffering=False, write_through=False): argument
2120 def line_buffering(self): member in TextIOWrapper
2133 line_buffering=None, write_through=None): argument
Dtyping.py3316 def line_buffering(self) -> bool: member in TextIO
/third_party/python/Modules/_io/clinic/
Dtextio.c.h195 int line_buffering = 0; in _io_TextIOWrapper___init__() local
/third_party/python/Python/
Dpylifecycle.c2224 PyObject *line_buffering, *write_through; in create_stdio() local