Searched refs:ispythonprog (Results 1 – 4 of 4) 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