Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isalpha
Method
isalpha
Lib/collections/__init__.py:1543–1544 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1541
return
self.data.index(sub, start, end)
1542
1543
def
isalpha(self):
1544
return
self.data.isalpha()
1545
1546
def
isalnum(self):
1547
return
self.data.isalnum()
Callers
11
test_isalpha
Method · 0.80
test_string
Method · 0.80
test_isalpha
Method · 0.80
test_ctypes
Method · 0.80
test_method_checksum
Method · 0.80
get_zoneinfo_metadata
Function · 0.80
_parse_flags
Function · 0.80
reader.py
File · 0.80
historical_reader.py
File · 0.80
_urlsplit
Function · 0.80
tokenize_asdl
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_isalpha
Method · 0.64
test_string
Method · 0.64
test_isalpha
Method · 0.64
test_ctypes
Method · 0.64
test_method_checksum
Method · 0.64
get_zoneinfo_metadata
Function · 0.64