MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / totalSize

Method totalSize

src/multiqueue.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self.iter = (self.iter + 1) % self.queueCount
35
36 def totalSize(self):
37 return sum(len(x) for x in self.queues)

Callers 1

quitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected