MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go1

Method go1

test/orm/test_lambdas.py:110–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 return s.execute(stmt)
109
110 def go1():
111 r1 = query(["ed"])
112 eq_(
113 r1.all(),
114 [
115 ("ed", "ed@wood.com"),
116 ("ed", "ed@bettyboop.com"),
117 ("ed", "ed@lala.com"),
118 ],
119 )
120
121 def go2():
122 r1 = query(["ed", "fred"])

Callers

nothing calls this directly

Calls 6

eq_Function · 0.90
queryClass · 0.85
UserClass · 0.70
AddressClass · 0.70
allMethod · 0.45
scalarsMethod · 0.45

Tested by

no test coverage detected