Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ if2
Method
if2
Lib/test/test_compile.py:1196–1201 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1194
if
TRUE:
1195
pass
1196
def
if2(x):
1197
x()
1198
if
TRUE:
1199
pass
1200
else
:
1201
pass
1202
def
if3(x):
1203
x()
1204
if
TRUE:
Callers
nothing calls this directly
Calls
1
x
Function · 0.50
Tested by
no test coverage detected