bpod_core.fsm.GlobalCounters

class bpod_core.fsm.GlobalCounters

Bases: ValidatedDict[Annotated[int, FieldInfo(annotation=NoneType, required=True, title='Index', json_schema_extra={'pattern': '^\d+$'}, metadata=[Ge(ge=0)])], GlobalCounter]

A collection of global counters.

model_config: ClassVar[ConfigDict] = {'title': 'Global Counters'}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].