MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / set_

Function set_

lib/sqlalchemy/orm/strategies.py:3535–3536  ·  view source on GitHub ↗
(state, value, oldvalue, initiator)

Source from the content-addressed store, hash-verified

3533 return _do_check(state, value, None, initiator)
3534
3535 def set_(state, value, oldvalue, initiator):
3536 return _do_check(state, value, oldvalue, initiator)
3537
3538 event.listen(
3539 desc, "append", append, raw=True, retval=True, active_history=True

Callers

nothing calls this directly

Calls 1

_do_checkFunction · 0.85

Tested by

no test coverage detected