Searched defs:ioclass (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_memoryio.py | 438 ioclass = pyio.BytesIO variable in PyBytesIOTest |
D | test_sax.py | 789 ioclass = StringIO variable in StringXmlgenTest |
D | pickletester.py | 3599 def _check_multiple_unpicklings(self, ioclass, *, seekable=True): argument |
/third_party/python/Lib/test/test_email/ | ||
D | test_generator.py | 224 ioclass = io.StringIO variable in TestGenerator |