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

Method put

recipes/Python/578488_Threaded/recipe-578488.py:169–170  ·  view source on GitHub ↗
(self, frame, request=True)

Source from the content-addressed store, hash-verified

167 self.close()
168
169 def put(self, frame, request=True):
170 return self._communicator.put(frame, request)
171
172 def start(self):
173 with self._lock:

Callers 1

runFunction · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected