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