Home
last modified time | relevance | path

Searched defs:TextIOWrapper (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/distributed/elastic/timer/
Dfile_based_local_timer.py262 def _run_watchdog(self, fd: io.TextIOWrapper) -> None:
316 self, fd: io.TextIOWrapper, max_interval: float
/external/python/cpython3/Lib/
D_pyio.py1966 class TextIOWrapper(TextIOBase): class