Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ istitle
Method
istitle
Lib/collections/__init__.py:1573–1574 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1571
return
self.data.isspace()
1572
1573
def
istitle(self):
1574
return
self.data.istitle()
1575
1576
def
isupper(self):
1577
return
self.data.isupper()
Callers
5
test_istitle
Method · 0.80
test_surrogates
Method · 0.80
test_string
Method · 0.80
test_istitle
Method · 0.80
test_method_checksum
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_istitle
Method · 0.64
test_surrogates
Method · 0.64
test_string
Method · 0.64
test_istitle
Method · 0.64
test_method_checksum
Method · 0.64