We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573b9e7 commit 449b22dCopy full SHA for 449b22d
1 file changed
cms/db/submission.py
@@ -361,10 +361,11 @@ def get_evaluation(self, testcase):
361
"""Return the Evaluation of this SR on the given Testcase, if any
362
363
testcase (Testcase): the testcase the returned evaluation will
364
- belong to
365
- return (Evaluation): the (only!) evaluation of this submission
366
- result on the given testcase, or None if
367
- there isn't any.
+ belong to.
+
+ return (Evaluation|None): the (only!) evaluation of this
+ submission result on the given testcase, or None if there
368
+ isn't any.
369
370
"""
371
# Use IDs to avoid triggering a lazy-load query.
0 commit comments