Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_center
Method · 0.45
test_issue18183
Method · 0.45
test_basic_inheritance
Method · 0.45
test_center
Method · 0.45
test_center
Method · 0.45
test_complete_no_input
Method · 0.45
darwin_malloc_err_warning
Function · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected