Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_onSend
Method · 0.95
_onReceive
Method · 0.95
Calls
2
put
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected