fabricatio_judge.models.judgement
Module containing the JudgeMent class for holding judgment results.
Classes
Represents a judgment result containing supporting/denying evidence and final verdict. |
Module Contents
- class fabricatio_judge.models.judgement.JudgeMent(/, **data: Any)
Bases:
fabricatio_core.models.generic.SketchedAbleRepresents a judgment result containing supporting/denying evidence and final verdict.
The class stores both affirmative and denies evidence, truth and reasons lists along with the final boolean judgment.