Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ if1
Method
if1
Lib/test/test_compile.py:1192–1195 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1190
TRUE = True
1191
# Don't use constant True or False, as compiler will remove test
1192
def
if1(x):
1193
x()
1194
if
TRUE:
1195
pass
1196
def
if2(x):
1197
x()
1198
if
TRUE:
Callers
nothing calls this directly
Calls
1
x
Function · 0.50
Tested by
no test coverage detected