Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_events.py:2826–2827 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2824
event.listen(Foo,
"before_insert"
, fn, propagate=True)
2825
2826
class
User(Foo):
2827
pass
2828
2829
m = self.mapper_registry.map_imperatively(User, users)
2830
Callers
15
test_cache_option
Method · 0.70
test_override_parameters_scalar
Method · 0.70
test_init_allow_kw_modify
Method · 0.70
test_basic
Method · 0.70
test_insert_flags
Method · 0.70
test_merge
Method · 0.70
test_just_loaded
Method · 0.70
test_repeated_rows
Method · 0.70
test_unmapped_listen
Method · 0.70
test_instance_event_listen_on_cls_before_map
Method · 0.70
test_already_present
Method · 0.70
test_changes_reset
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_cache_option
Method · 0.56
test_override_parameters_scalar
Method · 0.56
test_init_allow_kw_modify
Method · 0.56
test_basic
Method · 0.56
test_insert_flags
Method · 0.56
test_merge
Method · 0.56
test_just_loaded
Method · 0.56
test_repeated_rows
Method · 0.56
test_unmapped_listen
Method · 0.56
test_instance_event_listen_on_cls_before_map
Method · 0.56
test_already_present
Method · 0.56
test_changes_reset
Method · 0.56