(self, command)
| 36 | Bad data was found when decoding a command. |
| 37 | """ |
| 38 | def __init__(self, command): |
| 39 | self.command = command |
| 40 | |
| 41 | def __str__(self): |
| 42 | return repr(self.command) |
nothing calls this directly
no outgoing calls
no test coverage detected