Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578659.py
File
recipe-578659.py
recipes/Python/578659_Python_3_Token_Bucket_Rate_Limit/recipe-578659.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# token_bucket.py
2
#! /usr/bin/python3
3
4
from
time
import
time
Callers
nothing calls this directly
Calls
8
range
Function · 0.85
sleep
Function · 0.85
print
Function · 0.85
set_rate
Method · 0.80
disable
Method · 0.80
TokenBucket
Class · 0.70
consume
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected