MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _invoke_raise_load

Method _invoke_raise_load

lib/sqlalchemy/orm/strategies.py:883–886  ·  view source on GitHub ↗
(self, state, passive, lazy)

Source from the content-addressed store, hash-verified

881 return criterion, params
882
883 def _invoke_raise_load(self, state, passive, lazy):
884 raise sa_exc.InvalidRequestError(
885 "'%s' is not available due to lazy='%s'" % (self, lazy)
886 )
887
888 def _load_for_state(
889 self,

Callers 2

_load_for_stateMethod · 0.95
_emit_lazyloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected