MCPcopy 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_stateMethod · 0.45
test_issue18183Method · 0.45
test_ljustMethod · 0.45
test_ljustMethod · 0.45
test_lstripMethod · 0.45
test_rjustMethod · 0.45
test_rstripMethod · 0.45
test_stripMethod · 0.45
build_can_frameMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected