Budget#
- class council.runners.Budget(duration: float)[source]#
Bases:
objectRepresents the budget available for the execution
- duration#
The number of seconds
- Type:
float
- __init__(duration: float)[source]#
Initialize the Budget object
- Parameters:
duration (float) – The number of seconds
- static default() Budget[source]#
Helper function that create a new Budget with a default value.
- Returns:
Budget