MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

test/orm/test_deferred.py:504–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 q = sess.query(Order).order_by(Order.id).options(defer(Order.user_id))
503
504 def go():
505 q.all()[0].user_id
506
507 self.sql_eq_(
508 go,

Callers

nothing calls this directly

Calls 6

undefer_groupFunction · 0.90
eq_Function · 0.90
LoadClass · 0.90
undefer_groupMethod · 0.80
allMethod · 0.45
optionsMethod · 0.45

Tested by

no test coverage detected