Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ count
Method
count
test/orm/test_events.py:4143–4144 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
4141
4142
@event.listens_for(query.Query,
"before_compile"
)
4143
def
count(query):
4144
counter[0] += 1
4145
4146
User = self.classes.User
4147
s = fixture_session()
Callers
15
test_keys_anon_labels
Method · 0.45
test_row_special_names
Method · 0.45
test_insert_returning_preexecute_pk
Method · 0.45
test_filter_by_from_func
Method · 0.45
test_col_w_optional_sequence_non_autoinc_no_firing
Method · 0.45
test_col_w_nonoptional_sequence_non_autoinc_no_firing
Method · 0.45
test_insert_from_select_fn_defaults
Method · 0.45
test_exists_method
Method · 0.45
test_distinct_function
Method · 0.45
test_orderby_groupby
Method · 0.45
render_postcompile_fixture
Method · 0.45
CoreFixtures
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected