Searched defs:fdopen_kwargs (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/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):
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_io.py | 4407 def check_interrupted_write(self, item, bytes, **fdopen_kwargs): 4500 def check_reentrant_write(self, data, **fdopen_kwargs): 4535 def check_interrupted_read_retry(self, decode, **fdopen_kwargs): 4569 def check_interrupted_write_retry(self, item, **fdopen_kwargs):
|