Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isdecimal
Method
isdecimal
Lib/collections/__init__.py:1552–1553 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1550
return
self.data.isascii()
1551
1552
def
isdecimal(self):
1553
return
self.data.isdecimal()
1554
1555
def
isdigit(self):
1556
return
self.data.isdigit()
Callers
5
test_isdecimal
Method · 0.80
test_string
Method · 0.80
test_method_checksum
Method · 0.80
_parse
Function · 0.80
parse_template
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_isdecimal
Method · 0.64
test_string
Method · 0.64
test_method_checksum
Method · 0.64