Searched defs:fdopen_kwargs (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Lib/test/ |
| D | test_io.py | 3159 def check_interrupted_write(self, item, bytes, **fdopen_kwargs): 3212 def check_reentrant_write(self, data, **fdopen_kwargs): 3245 def check_interrupted_read_retry(self, decode, **fdopen_kwargs): 3278 def check_interrupted_write_retry(self, item, **fdopen_kwargs):
|
| /external/python/cpython3/Lib/test/ |
| D | test_io.py | 4364 def check_interrupted_write(self, item, bytes, **fdopen_kwargs): 4451 def check_reentrant_write(self, data, **fdopen_kwargs): 4484 def check_interrupted_read_retry(self, decode, **fdopen_kwargs): 4516 def check_interrupted_write_retry(self, item, **fdopen_kwargs):
|