MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sql_eq_

Method sql_eq_

lib/sqlalchemy/testing/fixtures/sql.py:187–188  ·  view source on GitHub ↗
(self, callable_, statements)

Source from the content-addressed store, hash-verified

185 self.assert_sql_count(self.bind, fn, count)
186
187 def sql_eq_(self, callable_, statements):
188 self.assert_sql(self.bind, callable_, statements)
189
190 @classmethod
191 def _load_fixtures(cls):

Calls 1

assert_sqlMethod · 0.80