Common¶
Shared types and protocols used across the package.
bells_o.common ¶
Define common datatypes and classes.
Usage ¶
Bases: dict
Class that represents the usage type of a dataset or supervisor.
Source code in src/bells_o/common.py
Result ¶
Bases: dict
Unifying class that holds a result.
Source code in src/bells_o/common.py
OutputDict ¶
Bases: TypedDict
Structured dictionary for type hinting judge outputs.