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.c244 int line_buffering, is_number; in _io_open_impl() local
Dtextio.c654 char line_buffering; member
1076 const char *newline, int line_buffering, in _io_TextIOWrapper___init___impl()
1359 int line_buffering; in _io_TextIOWrapper_reconfigure_impl() local
/third_party/python/Lib/
D_pyio.py2029 line_buffering=False, write_through=False): argument
2080 line_buffering=False, write_through=False): argument
2141 def line_buffering(self): member in TextIOWrapper
2154 line_buffering=None, write_through=None): argument
Dtyping.py2617 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.c2146 PyObject *line_buffering, *write_through; in create_stdio() local