OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVELOP_DIST
(Results
1 - 3
of
3
) sorted by null
/external/python/setuptools/setuptools/
package_index.py
19
to_filename, Requirement,
DEVELOP_DIST
, EGG_DIST,
620
if dist.precedence ==
DEVELOP_DIST
and not develop_ok:
[
all
...]
/external/python/setuptools/setuptools/command/
easy_install.py
61
VersionConflict,
DEVELOP_DIST
,
668
elif dist.precedence ==
DEVELOP_DIST
:
[
all
...]
/external/python/setuptools/pkg_resources/
__init__.py
224
'EGG_DIST', 'BINARY_DIST', 'SOURCE_DIST', 'CHECKOUT_DIST', '
DEVELOP_DIST
',
328
DEVELOP_DIST
= -1
[
all
...]
Completed in 2913 milliseconds