Home
last modified time | relevance | path

Searched defs:isnumeric (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmhlib.py239 def isnumeric(str): function
DUserString.py96 def isnumeric(self): return self.data.isnumeric() member in UserString