MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _locate_col

Method _locate_col

tools/trace_orm_adapter.py:49–53  ·  view source on GitHub ↗
(
        self, col: ColumnElement[Any]
    )

Source from the content-addressed store, hash-verified

47
48class _ORMAdapterTrace:
49 def _locate_col(
50 self, col: ColumnElement[Any]
51 ) -> Optional[ColumnElement[Any]]:
52 with self._tracer("_locate_col") as tracer:
53 return tracer(super()._locate_col, col)
54
55 def replace(self, col, _include_singleton_constants: bool = False):
56 with self._tracer("replace") as tracer:

Callers

nothing calls this directly

Calls 1

_tracerMethod · 0.95

Tested by

no test coverage detected