Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ if4
Method
if4
Lib/test/test_compile.py:1208–1211 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1206
else
:
1207
return
None
1208
def
if4(x):
1209
x()
1210
if
not TRUE:
1211
pass
1212
funcs = [ if1, if2, if3, if4]
1213
lastlines = [ 3, 3, 3, 2]
1214
frame = None
Callers
nothing calls this directly
Calls
1
x
Function · 0.50
Tested by
no test coverage detected