(self)
| 1386 | raise exc.InvalidRequestError("This connection is closed") |
| 1387 | |
| 1388 | def _checkout_existing(self) -> _ConnectionFairy: |
| 1389 | return _ConnectionFairy._checkout(self._pool, fairy=self) |
| 1390 | |
| 1391 | def _checkin(self, transaction_was_reset: bool = False) -> None: |
| 1392 | _finalize_fairy( |