Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_async_scoped_session
Function · 0.45
scoped_session.py
File · 0.45
test_with_for_update
Function · 0.45
test_with_for_update_async
Function · 0.45
test_dont_reset_on_attr_refresh
Method · 0.45
test_refresh
Method · 0.45
test_force_a_lazyload
Method · 0.45
test_refresh
Method · 0.45
test_new_style_active_history
Method · 0.45
test_many_to_one_cascade
Method · 0.45
test_versioncheck
Method · 0.45
test_versioncheck_for_update
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected