MCPcopy 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
18def include_v1():
19 return os.environ.get("PYTHONWHAT_V2_ONLY", "") != "1"
20
21
22def v2_only():

Callers 3

sct_syntax.pyFile · 0.90
prep_contextFunction · 0.90
v2_onlyFunction · 0.85

Calls

no outgoing calls

Tested by 1

prep_contextFunction · 0.72