Searched defs:TextIOWrapper (Results 1 – 2 of 2) sorted by relevance
262 def _run_watchdog(self, fd: io.TextIOWrapper) -> None:316 self, fd: io.TextIOWrapper, max_interval: float
1966 class TextIOWrapper(TextIOBase): class