(self, connection: "Connection")
| 3271 | return |
| 3272 | |
| 3273 | def owns_connection(self, connection: "Connection") -> int: |
| 3274 | return connection.pid == self.pid |
| 3275 | |
| 3276 | def disconnect(self, inuse_connections: bool = True) -> None: |
| 3277 | """ |
no outgoing calls
no test coverage detected