MCPcopy 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_issue18183Method · 0.45
test_rjustMethod · 0.45
test_lstripMethod · 0.45
test_rstripMethod · 0.45
test_stripMethod · 0.45
test_paddingMethod · 0.45
test_copycharactersMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected