Searched refs:TextIO (Results 1 – 1 of 1) sorted by relevance
9 from typing import Dict, TextIO22 def __init__(self, map_file: TextIO) -> None: argument44 def read_symbols(file: TextIO) -> Dict[str, int]: argument