Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Ddist.py503 installer=self.fetch_build_egg,
518 ep.require(installer=self.fetch_build_egg)
544 def fetch_build_egg(self, req): member in Distribution
624 ep.require(installer=self.fetch_build_egg)
/external/python/setuptools/setuptools/tests/
Dtest_dist.py53 dist.fetch_build_egg(r)
/external/python/setuptools/setuptools/command/
Degg_info.py267 installer = self.distribution.fetch_build_egg
/external/python/setuptools/
DCHANGES.rst200 * #196: Remove caching of easy_install command in fetch_build_egg.