Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ istitle
Method
istitle
Lib/collections/__init__.py:1533–1534 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1531
return
self.data.isspace()
1532
1533
def
istitle(self):
1534
return
self.data.istitle()
1535
1536
def
isupper(self):
1537
return
self.data.isupper()
Callers
5
test_istitle
Method · 0.45
test_surrogates
Method · 0.45
test_string
Method · 0.45
test_istitle
Method · 0.45
test_method_checksum
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_istitle
Method · 0.36
test_surrogates
Method · 0.36
test_string
Method · 0.36
test_istitle
Method · 0.36
test_method_checksum
Method · 0.36