MCPcopy Index your code
hub / github.com/diffgram/diffgram / task_complete_exam

Function task_complete_exam

shared/utils/task/task_complete.py:232–238  ·  view source on GitHub ↗

If there is anything else we want to record for an exam task it could go here.

(session,
                       task)

Source from the content-addressed store, hash-verified

230
231
232def task_complete_exam(session,
233 task):
234 """
235 If there is anything else we want to record for an exam task
236 it could go here.
237 """
238 pass

Callers 1

task_completeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected