MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __call__

Method __call__

lib/sqlalchemy/ext/baked.py:130–131  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

128 return Result(self, session)
129
130 def __call__(self, session):
131 return self.for_session(session)
132
133 def spoil(self, full=False):
134 """Cancel any query caching that will occur on this BakedQuery object.

Callers

nothing calls this directly

Calls 1

for_sessionMethod · 0.95

Tested by

no test coverage detected