Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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):
Callers
15
test_deferred_column_keyed_dict
Method · 0.80
test_deferred_column_query
Method · 0.80
_test_propagated_lazyload_wildcard
Method · 0.80
test_basic
Method · 0.80
test_basic_w_new_style
Method · 0.80
test_group
Method · 0.80
test_options
Method · 0.80
test_undefer_group
Method · 0.80
test_undefer_group_multi
Method · 0.80
test_undefer_group_multi_pathed
Method · 0.80
test_undefer_group_with_load
Method · 0.80
test_undefer_group_from_relationship_lazyload
Method · 0.80
Calls
1
assert_sql
Method · 0.80
Tested by
15
test_deferred_column_keyed_dict
Method · 0.64
test_deferred_column_query
Method · 0.64
_test_propagated_lazyload_wildcard
Method · 0.64
test_basic
Method · 0.64
test_basic_w_new_style
Method · 0.64
test_group
Method · 0.64
test_options
Method · 0.64
test_undefer_group
Method · 0.64
test_undefer_group_multi
Method · 0.64
test_undefer_group_multi_pathed
Method · 0.64
test_undefer_group_with_load
Method · 0.64
test_undefer_group_from_relationship_lazyload
Method · 0.64