MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go2

Method go2

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

Source from the content-addressed store, hash-verified

119 )
120
121 def go2():
122 r1 = query(["ed", "fred"])
123 eq_(
124 r1.all(),
125 [
126 ("ed", "ed@wood.com"),
127 ("ed", "ed@bettyboop.com"),
128 ("ed", "ed@lala.com"),
129 ("fred", "fred@fred.com"),
130 ],
131 )
132
133 for i in range(5):
134 fn = random.choice([go1, go2])

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