MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _connection_insp

Method _connection_insp

lib/sqlalchemy/engine/reflection.py:317–318  ·  view source on GitHub ↗
(bind: Connection)

Source from the content-addressed store, hash-verified

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]:

Callers

nothing calls this directly

Calls 1

_constructMethod · 0.45

Tested by

no test coverage detected