Home
last modified time | relevance | path

Searched defs:_Filter (Results 1 – 1 of 1) sorted by relevance

/external/python/setuptools/setuptools/
Ddiscovery.py54 _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: