Searched refs:command_re (Results 1 – 2 of 2) sorted by relevance
31 command_re = re.compile (r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable515 if not command_re.match(command):
27 command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') variable531 if not command_re.match(command):