Searched defs:_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: 130 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter: 175 def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
|