MCPcopy
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
AddressClass · 0.70
DingalingClass · 0.70
refreshMethod · 0.45

Tested by

no test coverage detected