Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmhlib.py238 numericprog = re.compile('^[1-9][0-9]*$') variable
240 return numericprog.match(str) is not None
284 match = numericprog.match