Searched refs:write_through_obj (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_io/clinic/ |
D | textio.c.h | 195 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/ |
D | textio.c | 1306 PyObject *write_through_obj) in _io_TextIOWrapper_reconfigure_impl() argument 1331 write_through = convert_optional_bool(write_through_obj, in _io_TextIOWrapper_reconfigure_impl()
|