MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _as_query

Method _as_query

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

Source from the content-addressed store, hash-verified

291 return self._as_query(session)
292
293 def _as_query(self, session):
294 query = self.steps[0](session)
295
296 for step in self.steps[1:]:
297 query = step(query)
298
299 return query
300
301
302class Result:

Callers 3

_retrieve_baked_queryMethod · 0.95
_bakeMethod · 0.95
to_queryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected