(bind: Engine)
| 311 | |
| 312 | @inspection._inspects(Engine) |
| 313 | def _engine_insp(bind: Engine) -> Inspector: # type: ignore[misc] |
| 314 | return Inspector._construct(Inspector._init_engine, bind) |
| 315 | |
| 316 | @inspection._inspects(Connection) |
| 317 | def _connection_insp(bind: Connection) -> Inspector: # type: ignore[misc] |
nothing calls this directly
no test coverage detected