Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ljust
Method
ljust
Lib/test/test_bytes.py:2752–2755 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2750
assert not c or c[0] not in (0xdd, 0xcd)
2751
2752
def
ljust(b, a):
2753
b.wait()
2754
c = a.ljust(0x600000)
2755
assert not c or c[0] not in (0xdd, 0xcd)
2756
2757
def
lower(b, a):
2758
b.wait()
Callers
15
get_state
Method · 0.45
test_issue18183
Method · 0.45
test_basic_inheritance
Method · 0.45
test_ljust
Method · 0.45
test_ljust
Method · 0.45
test_lstrip
Method · 0.45
test_rjust
Method · 0.45
test_rstrip
Method · 0.45
test_strip
Method · 0.45
build_can_frame
Method · 0.45
test_grouping_and_padding
Method · 0.45
test_integer_grouping_and_padding
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected