Home
last modified time | relevance | path

Searched defs:TextIO (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Druntest_mp.py58 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:
/third_party/python/Tools/scripts/
Ddeepfreeze.py112 def __init__(self, file: TextIO) -> None:
460 def generate(args: list[str], output: TextIO) -> None:
/third_party/jinja2/
Dcompiler.py106 stream: t.Optional[t.TextIO] = None,
306 stream: t.Optional[t.TextIO] = None,
/third_party/python/Lib/
Dtyping.py3294 class TextIO(IO[str]): class
3347 TextIO = TextIO variable in io
/third_party/python/Lib/test/
Dtest_typing.py7027 def stuff(a: TextIO) -> str: