Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ clear_limit
Method
clear_limit
uncommon_route/spend_control.py:147–149 ·
view source on GitHub ↗
(self, window: SpendWindow)
Source
from the content-addressed store, hash-verified
145
self._save()
146
147
def
clear_limit(self, window: SpendWindow) -> None:
148
setattr(self._limits, window, None)
149
self._save()
150
151
@property
152
def
limits(self) -> SpendLimits:
Callers
3
_cmd_spend
Function · 0.95
test_clear_limit
Method · 0.80
handle_spend
Function · 0.80
Calls
1
_save
Method · 0.95
Tested by
1
test_clear_limit
Method · 0.64