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

Method task_done

src/inventory.py:50–56  ·  view source on GitHub ↗
(self, hashId)

Source from the content-addressed store, hash-verified

48 self.lock = RLock()
49
50 def task_done(self, hashId):
51 Queue.Queue.task_done(self)
52 try:
53 with self.lock:
54 del self.pending[hashId]
55 except KeyError:
56 pass
57
58 def get(self, block=True, timeout=None):
59 retval = Queue.Queue.get(self, block, timeout)

Callers 10

runMethod · 0.80
runMethod · 0.80
doCleanShutdownFunction · 0.80
runMethod · 0.80
processDataMethod · 0.80
recobjectMethod · 0.80
chooseConnectionFunction · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected