Searched defs:FileMatch (Results 1 – 2 of 2) sorted by relevance
41 class FileMatch: class143 def contains(self, other: 'FileMatch') -> bool:184 …def group_finditer(self, klass: Type['FileMatch'], group: Union[str, int]) -> Iterable['FileMatch'…191 …def try_group_match(self, klass: Type['FileMatch'], group: Union[str, int]) -> Optional['FileMatch…216 def all_subclasses(c: Type[FileMatch]) -> Iterable[Type[FileMatch]]:225 def names(matches: Iterable[FileMatch]) -> Iterable[str]:361 def gen_patches(self, matches: List[FileMatch]) -> None:
845 def find_containing_func(m: FileMatch) -> Optional['StaticVoidFunction']: