Home
last modified time | relevance | path

Searched refs:ArgParserType (Results 1 – 1 of 1) sorted by relevance

/external/chromium-crossbench/crossbench/
Dconfig.py29 ArgParserType = Union[Callable[..., Any], Type] variable
48 type: Optional[ArgParserType], argument
60 self.type: Optional[ArgParserType] = type
155 maybe_class: Optional[ArgParserType] = self.type
168 maybe_class: Optional[ArgParserType]) -> None: argument
585 type: Optional[ArgParserType], argument