Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isnumeric
Method
isnumeric
Lib/collections/__init__.py:1564–1565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1562
return
self.data.islower()
1563
1564
def
isnumeric(self):
1565
return
self.data.isnumeric()
1566
1567
def
isprintable(self):
1568
return
self.data.isprintable()
Callers
4
test_isnumeric
Method · 0.80
test_string
Method · 0.80
_zlib_runtime_version_tuple
Function · 0.80
test_method_checksum
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_isnumeric
Method · 0.64
test_string
Method · 0.64
_zlib_runtime_version_tuple
Function · 0.64
test_method_checksum
Method · 0.64