Searched refs:check_reentrant_write (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_io.py | 3212 def check_reentrant_write(self, data, **fdopen_kwargs): member in SignalsTest 3240 self.check_reentrant_write(b"xy", mode="wb") 3243 self.check_reentrant_write("xy", mode="w", encoding="ascii")
|
/external/python/cpython3/Lib/test/ |
D | test_io.py | 4194 def check_reentrant_write(self, data, **fdopen_kwargs): member in SignalsTest 4222 self.check_reentrant_write(b"xy", mode="wb") 4225 self.check_reentrant_write("xy", mode="w", encoding="ascii")
|