grading_lib.util#
Module Contents#
Functions#
Parse all problem.toml of problems. |
|
API#
- grading_lib.util.load_problems_metadata(path=Path('.')) list[dict]#
Parse all problem.toml of problems.
- grading_lib.util.get_problem_total_points(problem: dict) float#