(self, *args)
| 903 | return self |
| 904 | |
| 905 | def __exit__(self, *args): |
| 906 | self.connection.disconnect() |
| 907 | self.connection_pool.release(self.connection) |
| 908 | |
| 909 | def next_command(self): |
| 910 | """Parse the response from a monitor command""" |
nothing calls this directly
no test coverage detected