MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / sql_eq_

Method sql_eq_

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

Source from the content-addressed store, hash-verified

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

Calls 1

assert_sqlMethod · 0.80