Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ getSpeed
Method
getSpeed
src/throttle.py:46–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
self.timer.wait(0.2)
45
46
def
getSpeed(self):
47
self.recalculate()
48
return
self.speed
49
50
def
resetChunkSize(self):
51
with
self.lock:
Callers
nothing calls this directly
Calls
1
recalculate
Method · 0.95
Tested by
no test coverage detected