We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc2890 commit 957f91eCopy full SHA for 957f91e
1 file changed
pythonwhat/check_funcs.py
@@ -485,6 +485,7 @@ def has_expr(incorrect_msg="__JINJA__:Unexpected expression {{test}}: expected `
485
student and solution code. This could be thought of as post code.
486
copy (bool): whether to try to deep copy objects in the environment, such as lists, that could
487
accidentally be mutated. Disable to speed up SCTs. Disabling may lead to cryptic mutation issues.
488
+ func: custom binary function of form f(stu_result, sol_result), for equality testing.
489
"""
490
rep = Reporter.active_reporter
491
0 commit comments