new
Method
This is a method of the JudgeResult class in the eval module.Create a new result.
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
new: Create a new result.
This is a method of the JudgeResult class in the eval module.Create a new result.
def new(score: f64, reasoning: impl Into<String>, passed: bool) -> Self