We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70ab866 + a810e16 commit 5239448Copy full SHA for 5239448
1 file changed
pythonwhat/check_funcs.py
@@ -481,6 +481,8 @@ def has_expr(incorrect_msg="__JINJA__:Unexpected expression {{test}}: expected `
481
be passed explicitely.
482
name (str): the name of a variable, or expression, whose value will be tested after running the
483
student and solution code. This could be thought of as post code.
484
+ copy (bool): whether to try to deep copy objects in the environment, such as lists, that could
485
+ accidentally be mutated. Disable to speed up SCTs. Disabling may lead to cryptic mutation issues.
486
"""
487
rep = Reporter.active_reporter
488
0 commit comments