Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_re.py581 def s_int(scanner, token): return int(token) function
586 (r"\d+", s_int),