MCPcopy
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_optionMethod · 0.70
test_basicMethod · 0.70
test_insert_flagsMethod · 0.70
test_mergeMethod · 0.70
test_just_loadedMethod · 0.70
test_repeated_rowsMethod · 0.70
test_unmapped_listenMethod · 0.70
test_already_presentMethod · 0.70
test_changes_resetMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_cache_optionMethod · 0.56
test_basicMethod · 0.56
test_insert_flagsMethod · 0.56
test_mergeMethod · 0.56
test_just_loadedMethod · 0.56
test_repeated_rowsMethod · 0.56
test_unmapped_listenMethod · 0.56
test_already_presentMethod · 0.56
test_changes_resetMethod · 0.56