MCPcopy Create free account
hub / github.com/ActiveState/code / _notify

Method _notify

recipes/Python/578488_Threaded/recipe-578488.py:54–55  ·  view source on GitHub ↗
(self, requestId, result)

Source from the content-addressed store, hash-verified

52 self._reader.join(timeout)
53
54 def _notify(self, requestId, result):
55 self._in.pop(requestId).put(result)
56
57 def _onSend(self, item):
58 (deferredResult, command) = item

Callers 2

_onSendMethod · 0.95
_onReceiveMethod · 0.95

Calls 2

putMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected