Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ title
Method
title
Lib/test/test_bytes.py:2772–2775 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2770
assert not c or c[-1] not in (0xdd, 0xcd)
2771
2772
def
title(b, a):
2773
b.wait()
2774
c = a.title()
2775
assert not c or c[-1] not in (0xdd, 0xcd)
2776
2777
def
upper(b, a):
2778
b.wait()
Callers
15
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
test_title
Method · 0.45
test_issue18183
Method · 0.45
test_basic_inheritance
Method · 0.45
_test_title
Method · 0.45
__str__
Method · 0.45
__str__
Method · 0.45
__str__
Method · 0.45
test_overridden_str_format
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected