(self, host="localhost", port=6868)
| 20 | |
| 21 | # pylint: disable=useless-super-delegation |
| 22 | def __init__(self, host="localhost", port=6868): |
| 23 | super().__init__(host, port) |
| 24 | |
| 25 | def send_pb_command(self, payload): |
| 26 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected