Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_encode
Method · 0.45
test_CalledProcessError_str_signal
Method · 0.45
setUp
Method · 0.45
test_file_not_exists
Method · 0.45
test_implementation
Method · 0.45
test_lower
Method · 0.45
test_issue18183
Method · 0.45
test_help_env
Method · 0.45
determine_valid_prefixes
Method · 0.45
test_cert_time_to_seconds_locale
Method · 0.45
run
Method · 0.45
handle_read
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected