MCPcopy 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
4from time import time

Callers

nothing calls this directly

Calls 8

rangeFunction · 0.85
sleepFunction · 0.85
printFunction · 0.85
set_rateMethod · 0.80
disableMethod · 0.80
TokenBucketClass · 0.70
consumeMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected