MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _indexes_for_keys

Method _indexes_for_keys

lib/sqlalchemy/engine/result.py:152–155  ·  view source on GitHub ↗
(
        self, keys: Sequence[_KeyIndexType]
    )

Source from the content-addressed store, hash-verified

150 raise NotImplementedError()
151
152 def _indexes_for_keys(
153 self, keys: Sequence[_KeyIndexType]
154 ) -> Sequence[int]:
155 raise NotImplementedError()
156
157 def _metadata_for_keys(
158 self, keys: Sequence[_KeyIndexType]

Callers 1

_row_as_tuple_getterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected