Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ sql_count_
Method
sql_count_
lib/sqlalchemy/testing/fixtures/sql.py:184–185 ·
view source on GitHub ↗
(self, count, fn)
Source
from the content-addressed store, hash-verified
182
pass
183
184
def
sql_count_(self, count, fn):
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)
Callers
15
test_deep_options_2
Method · 0.80
test_deep_options_5
Method · 0.80
test_deep_options_6
Method · 0.80
test_eager_options
Method · 0.80
test_eager_options_with_limit
Method · 0.80
test_lazy_options_with_limit
Method · 0.80
test_eager_degrade
Method · 0.80
test_lazy_options
Method · 0.80
test_o2m_raiseload_lazyload_option
Method · 0.80
test_m2o_raiseload_option
Method · 0.80
test_m2o_raise_on_sql_option
Method · 0.80
test_unsaved
Method · 0.80
Calls
1
assert_sql_count
Method · 0.80
Tested by
15
test_deep_options_2
Method · 0.64
test_deep_options_5
Method · 0.64
test_deep_options_6
Method · 0.64
test_eager_options
Method · 0.64
test_eager_options_with_limit
Method · 0.64
test_lazy_options_with_limit
Method · 0.64
test_eager_degrade
Method · 0.64
test_lazy_options
Method · 0.64
test_o2m_raiseload_lazyload_option
Method · 0.64
test_m2o_raiseload_option
Method · 0.64
test_m2o_raise_on_sql_option
Method · 0.64
test_unsaved
Method · 0.64