Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ print_2
Function
print_2
Lib/re/_compiler.py:624–626 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
622
print(*args)
623
624
def
print_2(*args):
625
print(end=
' '
*(offset_width + 2*level))
626
print(*args)
627
628
nonlocal level
629
level += 1
Callers
1
dis_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…