HyperState
latest
Usage
API
hyperstate.load
hyperstate.loads
hyperstate.dump
hyperstate.dumps
hyperstate.StateManager
hyperstate.Versioned
hyperstate.Serializable
hyperstate.Lazy
hyperstate.command
hyperstate.stateful_command
stateful_command()
hyperstate.schema_evolution_cli
HyperState
API
hyperstate.stateful_command
Edit on GitHub
hyperstate.stateful_command
hyperstate.
stateful_command
(
cfg_cls
:
Type
[
C
]
,
state_cls
:
Type
[
S
]
,
initial_state
:
Callable
[
[
C
,
Dict
[
str
,
Any
]
]
,
S
]
,
checkpoint_key
:
str
=
'step'
)
→
Callable
[
[
Callable
[
[
StateManager
[
C
,
S
]
]
,
T
]
]
,
Callable
[
[
]
,
T
]
]