Home | History | Annotate | Download | only in test

Lines Matching refs:check_reentrant_write

2910     def check_reentrant_write(self, data, **fdopen_kwargs):
2937 self.check_reentrant_write(b"xy", mode="wb")
2940 self.check_reentrant_write("xy", mode="w", encoding="ascii")