Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ get_rate_limit
Method
get_rate_limit
botasaurus_server/botasaurus_server/server.py:333–334 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
331
self.rate_limit[
"task"
] = task
332
333
def
get_rate_limit(self):
334
return
self.rate_limit
335
336
def
enable_cache(self):
337
self.cache = True
Callers
2
calculate_max_capacity
Method · 0.80
get_max_running_count
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected