Searched refs:ispythonprog (Results 1 – 5 of 5) sorted by relevance
62 ispythonprog = re.compile('^[a-zA-Z0-9_]+\.py$') variable64 return ispythonprog.match(name) >= 0
53 ispythonprog = re.compile('^[a-zA-Z0-9_]+\.py$') variable55 return ispythonprog.match(name) >= 0
56 ispythonprog = re.compile('^[a-zA-Z0-9_]+\.py$') variable58 return ispythonprog.match(name) >= 0
73 ispythonprog = re.compile(r'^[a-zA-Z0-9_]+\.py$') variable75 return bool(ispythonprog.match(name))