MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _get_top_level_context

Method _get_top_level_context

lib/sqlalchemy/orm/context.py:224–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 self.identity_token = load_options._identity_token
223
224 def _get_top_level_context(self) -> QueryContext:
225 return self.top_level_context or self
226
227
228_orm_load_exec_options = util.immutabledict(

Callers 1

_setup_for_recursionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected