Home
last modified time | relevance | path

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

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