Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmhlib.py238 numericprog = re.compile('^[1-9][0-9]*$') variable
240 return numericprog.match(str) is not None
284 match = numericprog.match