Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/orm/test_expire.py:2198–2199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2196
u = q.filter(users.c.id == 8).first()
2197
2198
def
go():
2199
s.refresh(u)
2200
2201
self.assert_sql_count(testing.db, go, 1)
2202
Callers
nothing calls this directly
Calls
4
eq_
Function · 0.90
Address
Class · 0.70
Dingaling
Class · 0.70
refresh
Method · 0.45
Tested by
no test coverage detected