MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / refresh

Method refresh

test/orm/test_events.py:2741–2742  ·  view source on GitHub ↗
(target, ctx, attrs)

Source from the content-addressed store, hash-verified

2739 canary.append("load")
2740
2741 def refresh(target, ctx, attrs):
2742 canary.append(("refresh", attrs))
2743
2744 event.listen(User, "load", load)
2745 event.listen(User, "refresh", refresh)

Callers 15

scoped_session.pyFile · 0.45
test_with_for_updateFunction · 0.45
test_refreshMethod · 0.45
test_force_a_lazyloadMethod · 0.45
test_refreshMethod · 0.45
test_versioncheckMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected