Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py27 neg_alias_re = re.compile("^(%s)=!(%s)$" % (longopt_pat, longopt_pat)) variable
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py23 neg_alias_re = re.compile("^(%s)=!(%s)$" % (longopt_pat, longopt_pat)) variable