Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isdigit
Method
isdigit
Lib/collections/__init__.py:1555–1556 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1553
return
self.data.isdecimal()
1554
1555
def
isdigit(self):
1556
return
self.data.isdigit()
1557
1558
def
isidentifier(self):
1559
return
self.data.isidentifier()
Callers
15
setup_ci
Function · 0.80
__init__
Method · 0.80
global_flag_repr
Function · 0.80
_prefix_from_prefix_string
Method · 0.80
_parse_octet
Method · 0.80
iterkeys
Method · 0.80
get_sequences
Method · 0.80
_setup
Method · 0.80
_parsedate_tz
Function · 0.80
parse_mime_version
Function · 0.80
get_section
Function · 0.80
_validate_status
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_isdigit
Method · 0.64
test_string
Method · 0.64
test_str_operations
Method · 0.64
test_isdigit
Method · 0.64
test_ctypes
Method · 0.64
help_inputtype
Method · 0.64
neitherspacenordigit
Method · 0.64
test_ios_ver
Method · 0.64
check_output
Method · 0.64
test_random
Method · 0.64
test_unix_getnode_from_libuuid
Method · 0.64
test_windows_getnode_from_libuuid
Method · 0.64