Home
last modified time | relevance | path

Searched refs:write_through_obj (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h195 PyObject *write_through_obj);
207 PyObject *write_through_obj = Py_None; in _io_TextIOWrapper_reconfigure() local
210 &encoding, &errors, &newline_obj, &line_buffering_obj, &write_through_obj)) { in _io_TextIOWrapper_reconfigure()
213 …apper_reconfigure_impl(self, encoding, errors, newline_obj, line_buffering_obj, write_through_obj); in _io_TextIOWrapper_reconfigure()
/external/python/cpython3/Modules/_io/
Dtextio.c1306 PyObject *write_through_obj) in _io_TextIOWrapper_reconfigure_impl() argument
1331 write_through = convert_optional_bool(write_through_obj, in _io_TextIOWrapper_reconfigure_impl()