(self, command)
| 40 | return {'data': 'test output', 'prompt': 'msf6 > ', 'busy': False} |
| 41 | |
| 42 | def write(self, command): |
| 43 | return True |
| 44 | |
| 45 | class MockMsfRpcError(Exception): |
| 46 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected