Searched defs:ExtractInfo (Results 1 – 3 of 3) sorted by relevance
22 ExtractInfo = Callable[[pathlib.Path], list[str]] variable
23 def __init__(self, tool: ExtractInfo, tool_name: str):
58 def __init__(self, tool: ExtractInfo, tool_name: str):