MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _engine_insp

Method _engine_insp

lib/sqlalchemy/engine/reflection.py:313–314  ·  view source on GitHub ↗
(bind: Engine)

Source from the content-addressed store, hash-verified

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]

Callers

nothing calls this directly

Calls 1

_constructMethod · 0.45

Tested by

no test coverage detected