Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isnumeric
Method
isnumeric
Lib/collections/__init__.py:1524–1525 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1522
return
self.data.islower()
1523
1524
def
isnumeric(self):
1525
return
self.data.isnumeric()
1526
1527
def
isprintable(self):
1528
return
self.data.isprintable()
Callers
5
test_isnumeric
Method · 0.45
test_string
Method · 0.45
_zlib_runtime_version_tuple
Function · 0.45
test_method_checksum
Method · 0.45
builtin_str.py
File · 0.45
Calls
no outgoing calls
Tested by
4
test_isnumeric
Method · 0.36
test_string
Method · 0.36
_zlib_runtime_version_tuple
Function · 0.36
test_method_checksum
Method · 0.36