Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py23 longopt_pat = r'[a-zA-Z](?:[a-zA-Z0-9-]*)' variable
24 longopt_re = re.compile(r'^%s$' % longopt_pat)
27 neg_alias_re = re.compile("^(%s)=!(%s)$" % (longopt_pat, longopt_pat))
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py19 longopt_pat = r'[a-zA-Z](?:[a-zA-Z0-9-]*)' variable
20 longopt_re = re.compile(r'^%s$' % longopt_pat)
23 neg_alias_re = re.compile("^(%s)=!(%s)$" % (longopt_pat, longopt_pat))