Step
Step(*, name: ‘str’, check: ‘Callable[[Transcript], bool]’, stopped_at: ‘str’, next_step: ‘str’)
Usage
Step(
*,
name,
check,
stopped_at,
next_step,
)Parameter Attributes
name: strcheck: Callable[[Transcript], bool]stopped_at: strnext_step: str