MCPcopy Index your code
hub / github.com/python/cpython / center

Method center

Lib/test/test_bytes.py:2742–2745  ·  view source on GitHub ↗
(b, a)

Source from the content-addressed store, hash-verified

2740 assert not c or c[0] not in (0xdd, 0xcd)
2741
2742 def center(b, a):
2743 b.wait()
2744 c = a.center(0x60000)
2745 assert not c or c[0x20000] not in (0xdd, 0xcd)
2746
2747 def expandtabs(b, a):
2748 b.wait()

Callers 7

test_centerMethod · 0.45
test_issue18183Method · 0.45
test_centerMethod · 0.45
test_centerMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected