Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Doptparse.py413 def _parse_int(val): function
419 _builtin_cvt = { "int" : (_parse_int, _("integer")),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Doptparse.py412 def _parse_int(val): function
418 _builtin_cvt = { "int" : (_parse_int, _("integer")),