Method
put
(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: |
Tested by
no test coverage detected