Searched refs:_Filter (Results 1 – 1 of 1) sorted by relevance
/external/python/setuptools/setuptools/ |
D | discovery.py | 54 _Filter = Callable[[str], bool] variable 110 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter: argument 114 def _build_filter(*patterns: str) -> _Filter: 130 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter: argument 175 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter: argument
|