Searched defs:TextIO (Results 1 – 5 of 5) sorted by relevance
58 def run_test_in_subprocess(testname: str, ns: Namespace, stdout_fh: TextIO) -> subprocess.Popen:210 def _run_process(self, test_name: str, stdout_fh: TextIO) -> int:
112 def __init__(self, file: TextIO) -> None:460 def generate(args: list[str], output: TextIO) -> None:
106 stream: t.Optional[t.TextIO] = None,306 stream: t.Optional[t.TextIO] = None,
3294 class TextIO(IO[str]): class3347 TextIO = TextIO variable in io
7027 def stuff(a: TextIO) -> str: