Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rjust
Method
rjust
Lib/test/test_bytes.py:2762–2765 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2760
assert not c or c[0] not in (0xdd, 0xcd)
2761
2762
def
rjust(b, a):
2763
b.wait()
2764
c = a.rjust(0x600000)
2765
assert not c or c[-1] not in (0xdd, 0xcd)
2766
2767
def
swapcase(b, a):
2768
b.wait()
Callers
12
test_issue18183
Method · 0.45
test_basic_inheritance
Method · 0.45
test_rjust
Method · 0.45
test_lstrip
Method · 0.45
test_rstrip
Method · 0.45
test_strip
Method · 0.45
test_grouping_and_padding
Method · 0.45
test_integer_grouping_and_padding
Method · 0.45
test_padding
Method · 0.45
test_complex_formatting
Method · 0.45
test_integer_grouping_and_padding
Method · 0.45
test_copycharacters
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected