Home
last modified time | relevance | path

Searched defs:write_through (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
D_pyio.py2000 line_buffering=False, write_through=False): argument
2046 line_buffering=False, write_through=False): argument
2111 def write_through(self): member in TextIOWrapper
2120 line_buffering=None, write_through=None): argument
/third_party/python/Modules/_io/clinic/
Dtextio.c.h206 int write_through = 0; in _io_TextIOWrapper___init__() local
/third_party/python/Modules/_io/
Dtextio.c652 char write_through; member
1034 int write_through) in _io_TextIOWrapper___init___impl()
1319 int write_through; in _io_TextIOWrapper_reconfigure_impl() local
/third_party/python/Python/
Dpylifecycle.c1719 PyObject *line_buffering, *write_through; in create_stdio() local