MCPcopy Index your code
hub / github.com/python/cpython / lower

Method lower

Lib/test/test_bytes.py:2757–2760  ·  view source on GitHub ↗
(b, a)

Source from the content-addressed store, hash-verified

2755 assert not c or c[0] not in (0xdd, 0xcd)
2756
2757 def lower(b, a):
2758 b.wait()
2759 c = a.lower()
2760 assert not c or c[0] not in (0xdd, 0xcd)
2761
2762 def rjust(b, a):
2763 b.wait()

Callers 15

test_encodeMethod · 0.45
setUpMethod · 0.45
test_file_not_existsMethod · 0.45
test_implementationMethod · 0.45
test_lowerMethod · 0.45
test_issue18183Method · 0.45
test_help_envMethod · 0.45
runMethod · 0.45
handle_readMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected