Name of this connection.
(self)
| 72 | logging.info("Delete %s...", self.name()) |
| 73 | |
| 74 | def name(self): |
| 75 | """Name of this connection.""" |
| 76 | return "RPCConnection" |
| 77 | |
| 78 | def _init_step(self, message): |
| 79 | if self._magic is None: |
no outgoing calls
no test coverage detected