Searched refs:TextIO (Results 1 – 3 of 3) sorted by relevance
18 from typing import Optional, TextIO39 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]: argument
18 from typing import List, TextIO
39 Sequence, Set, TextIO, TypeVar, Tuple, Union)501 out: TextIO = sys.stdout): argument545 out: TextIO = sys.stdout, argument570 aux_log: Optional[TextIO] = open(verbose_log, "w")