Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dpackage_index.py29 EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.+!]+)$') variable
100 match = EGG_FRAGMENT.match(fragment)
679 match = EGG_FRAGMENT.match(fragment)