MCPcopy 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_titleMethod · 0.45
test_issue18183Method · 0.45
_test_titleMethod · 0.45
__str__Method · 0.45
__str__Method · 0.45
__str__Method · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected