Step

Step(*, name: ‘str’, check: ‘Callable[[Transcript], bool]’, stopped_at: ‘str’, next_step: ‘str’)

Usage

Source

Step(
    *,
    name,
    check,
    stopped_at,
    next_step,
)

Parameter Attributes

name: str
check: Callable[[Transcript], bool]
stopped_at: str
next_step: str