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

Method go

test/ext/test_baked.py:875–877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

873 if cond1:
874
875 def go():
876 result = bq(sess).all()
877 eq_([], result)
878
879 self.assert_sql_count(testing.db, go, 1)
880 else:

Callers

nothing calls this directly

Calls 3

eq_Function · 0.90
with_post_criteriaMethod · 0.80
allMethod · 0.45

Tested by

no test coverage detected