Send the load back to the sender.
(self, clear_load)
| 4314 | return load |
| 4315 | |
| 4316 | def ping(self, clear_load): |
| 4317 | """ |
| 4318 | Send the load back to the sender. |
| 4319 | """ |
| 4320 | return clear_load |
| 4321 | |
| 4322 | def destroy(self): |
| 4323 | if self.masterapi is not None: |