I find myself calling timebudget.set_quiet() basically every time I use timebudget. So I'm planning to make this the default. This would be a breaking change, but we could make the old behavior possible with just a change to the import like
from timebudget.immediate import timebudget
I find myself calling
timebudget.set_quiet()basically every time I use timebudget. So I'm planning to make this the default. This would be a breaking change, but we could make the old behavior possible with just a change to the import like