marivo.analysis.InState#

class marivo.analysis.InState(*, kind='in_state', state, as_of)[source]#

Bases: BaseModel

Select subjects whose replayed state is established at one instant.

Parameters:
  • kind (Literal['in_state'])

  • state (ModelStateHandle)

  • as_of (str)

model_config = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'frozen': True}#

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

property fingerprint: str#

Return the stable selection fingerprint before catalog resolution.