Searched defs:dist_path (Results 1 – 3 of 3) sorted by relevance
/external/python/setuptools/setuptools/tests/ |
D | test_easy_install.py | 599 def make_dependency_sdist(dist_path, distname, version): argument 831 def make_trivial_sdist(dist_path, distname, version): argument 850 def make_nspkg_sdist(dist_path, distname, version): argument 883 def make_python_requires_sdist(dist_path, distname, version, python_requires): argument 901 def make_sdist(dist_path, files): argument
|
D | test_config_discovery.py | 553 def _get_dist(dist_path, attrs): argument 572 def _run_sdist_programatically(dist_path, attrs): argument
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 1730 def update_dist_caches(dist_path, fix_zipimporter_caches): argument
|