(self, channel, seq, command, arguments)
| 757 | _parse = _handle = None |
| 758 | |
| 759 | def __init__(self, channel, seq, command, arguments): |
| 760 | super().__init__(channel, seq, command, arguments) |
| 761 | self._response_handlers = [] |
| 762 | |
| 763 | def describe(self): |
| 764 | return f"{self.seq} request {json.repr(self.command)} to {self.channel}" |