Searched refs:write_through_obj (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_io/clinic/ |
H A D | textio.c.h | 294 PyObject *write_through_obj); 308 PyObject *write_through_obj = Py_None; in _io_TextIOWrapper_reconfigure() local 341 write_through_obj = args[4]; in _io_TextIOWrapper_reconfigure() 343 return_value = _io_TextIOWrapper_reconfigure_impl(self, encoding, errors, newline_obj, line_buffering_obj, write_through_obj); in _io_TextIOWrapper_reconfigure()
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 1311 write_through as write_through_obj: object = None 1323 PyObject *write_through_obj) in _io_TextIOWrapper_reconfigure_impl() 1348 write_through = convert_optional_bool(write_through_obj, in _io_TextIOWrapper_reconfigure_impl() 1320 _io_TextIOWrapper_reconfigure_impl(textio *self, PyObject *encoding, PyObject *errors, PyObject *newline_obj, PyObject *line_buffering_obj, PyObject *write_through_obj) _io_TextIOWrapper_reconfigure_impl() argument
|
Completed in 5 milliseconds