Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Ddevelop.py152 self.process_distribution(None, self.dist, not self.no_deps)
Deasy_install.py670 self.process_distribution(spec, dist, deps, "Using")
701 self.process_distribution(spec, dist, deps)
704 self.process_distribution(spec, dists[0], deps, "Using")
720 def process_distribution(self, requirement, dist, deps=True, *info): member in easy_install