Skip to content

Commit 957f91e

Browse files
committed
document
1 parent 9bc2890 commit 957f91e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonwhat/check_funcs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ def has_expr(incorrect_msg="__JINJA__:Unexpected expression {{test}}: expected `
485485
student and solution code. This could be thought of as post code.
486486
copy (bool): whether to try to deep copy objects in the environment, such as lists, that could
487487
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.
488489
"""
489490
rep = Reporter.active_reporter
490491

0 commit comments

Comments
 (0)