Searched refs:TextIO (Results 1 – 2 of 2) sorted by relevance
18 from typing import Optional, TextIO40 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]: argument
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")