(bind: Connection)
| 315 | |
| 316 | @inspection._inspects(Connection) |
| 317 | def _connection_insp(bind: Connection) -> Inspector: # type: ignore[misc] |
| 318 | return Inspector._construct(Inspector._init_connection, bind) |
| 319 | |
| 320 | @contextlib.contextmanager |
| 321 | def _operation_context(self) -> Generator[Connection, None, None]: |
nothing calls this directly
no test coverage detected