MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / refresh

Method refresh

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

Source from the content-addressed store, hash-verified

2475 canary.append("load")
2476
2477 def refresh(target, ctx, attrs):
2478 canary.append(("refresh", attrs))
2479
2480 event.listen(User, "load", load)
2481 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