Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ include_v1
Function
include_v1
pythonwhat/utils.py:18–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
include_v1():
19
return
os.environ.get(
"PYTHONWHAT_V2_ONLY"
,
""
) !=
"1"
20
21
22
def
v2_only():
Callers
3
sct_syntax.py
File · 0.90
prep_context
Function · 0.90
v2_only
Function · 0.85
Calls
no outgoing calls
Tested by
1
prep_context
Function · 0.72