name of connection
(self)
| 191 | self.put_values = [] |
| 192 | |
| 193 | def name(self): |
| 194 | """name of connection""" |
| 195 | return f"TCPSocket: {self._addr!s}" |
| 196 | |
| 197 | def summary(self): |
| 198 | """Summary of this connection""" |
no outgoing calls
no test coverage detected