Searched defs:isnumeric (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | UserString.py | 96 def isnumeric(self): return self.data.isnumeric() member in UserString |
D | mhlib.py | 239 def isnumeric(str): function |
/external/python/cpython3/Lib/collections/ | ||
D | __init__.py | 1424 def isnumeric(self): member in UserString |