Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py31 command_re = re.compile (r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
515 if not command_re.match(command):
/external/python/cpython3/Lib/distutils/
Ddist.py27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable
531 if not command_re.match(command):