If#
- class council.runners.If(predicate: Callable[[ChainContext, Budget], bool], runner: RunnerBase)[source]#
Bases:
RunnerBaseRunner that executes only if the predicate returns True
Bases: RunnerBase
Runner that executes only if the predicate returns True