Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ expandtabs
Method
expandtabs
Lib/test/test_bytes.py:2747–2750 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2745
assert not c or c[0x20000] not in (0xdd, 0xcd)
2746
2747
def
expandtabs(b, a):
2748
b.wait()
2749
c = a.expandtabs()
2750
assert not c or c[0] not in (0xdd, 0xcd)
2751
2752
def
ljust(b, a):
2753
b.wait()
Callers
3
test_expandtabs_optimization
Method · 0.45
test_expandtabs
Method · 0.45
test_indent
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected