Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ iterate
Method
iterate
src/multiqueue.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
self.queues[self.iter].popleft()
32
33
def
iterate(self):
34
self.iter = (self.iter + 1) % self.queueCount
35
36
def
totalSize(self):
37
return
sum(len(x)
for
x in self.queues)
Callers
2
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected