MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _key_fallback

Method _key_fallback

lib/sqlalchemy/engine/result.py:116–118  ·  view source on GitHub ↗
(
        self, key: Any, err: Optional[Exception], raiseerr: Literal[True] = ...
    )

Source from the content-addressed store, hash-verified

114
115 @overload
116 def _key_fallback(
117 self, key: Any, err: Optional[Exception], raiseerr: Literal[True] = ...
118 ) -> NoReturn: ...
119
120 @overload
121 def _key_fallback(

Callers 4

_key_not_foundMethod · 0.95
_index_for_keyMethod · 0.45
_metadata_for_keysMethod · 0.45
_reduceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected