Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isdigit
Method
isdigit
Lib/collections/__init__.py:1515–1516 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1513
return
self.data.isdecimal()
1514
1515
def
isdigit(self):
1516
return
self.data.isdigit()
1517
1518
def
isidentifier(self):
1519
return
self.data.isidentifier()
Callers
15
__init__
Method · 0.45
global_flag_repr
Function · 0.45
_prefix_from_prefix_string
Method · 0.45
_parse_octet
Method · 0.45
iterkeys
Method · 0.45
get_sequences
Method · 0.45
_setup
Method · 0.45
_parsedate_tz
Function · 0.45
parse_mime_version
Function · 0.45
get_section
Function · 0.45
_validate_status
Method · 0.45
parse_request
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_isdigit
Method · 0.36
test_string
Method · 0.36
test_str_operations
Method · 0.36
test_isdigit
Method · 0.36
help_inputtype
Method · 0.36
neitherspacenordigit
Method · 0.36
test_ios_ver
Method · 0.36
check_output
Method · 0.36
test_random
Method · 0.36
test_unix_getnode_from_libuuid
Method · 0.36
test_windows_getnode_from_libuuid
Method · 0.36
_check_duration
Function · 0.36