Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/
D__init__.py1954 if dist_factory(path_item, entry, only)
1961 factory = dist_factory(path_item, entry, only)
1966 def dist_factory(path_item, entry, only): function