no function status

This commit is contained in:
CakeCN
2025-09-14 14:15:37 +08:00
parent 06a90b753e
commit eb4fa54657

View File

@@ -1,6 +1,6 @@
import os import os
from ..models.function import FunctionResponse, FunctionStatus from ..models.function import FunctionResponse
def judge(filepath:str, name: str, course_id: str, lesson_name: str, root_path:str): def judge(filepath:str, name: str, course_id: str, lesson_name: str, root_path:str):
"""Call this method to judge the student's solution after they have completed the problem. """Call this method to judge the student's solution after they have completed the problem.