Searched refs:EGG_DIST (Results 1 – 3 of 3) sorted by relevance
/external/python/setuptools/setuptools/ |
D | package_index.py | 19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST, 124 precedence=EGG_DIST + 1,
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 324 EGG_DIST = 3 variable 2447 precedence=EGG_DIST): 2745 elif item == bdir and self.precedence == EGG_DIST:
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 922 ``EGG_DIST``; for more details see ``precedence`` under `Distribution 985 ``parsed_version``. The default precedence is ``pkg_resources.EGG_DIST``, 988 ``EGG_DIST``, ``BINARY_DIST``, ``SOURCE_DIST``, ``CHECKOUT_DIST``, and 989 ``DEVELOP_DIST``. Normally, precedences other than ``EGG_DIST`` are used
|