MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_set_get

Method test_set_get

test/ext/test_hybrid.py:111–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 return A
110
111 def test_set_get(self):
112 A = self._fixture()
113 a1 = A(value=5)
114 eq_(a1._value, 10)
115 eq_(a1.value, 5)
116
117 @testing.variation("use_inplace", [True, False])
118 @testing.variation("use_classmethod", [True, False])

Callers

nothing calls this directly

Calls 3

_fixtureMethod · 0.95
eq_Function · 0.90
AClass · 0.70

Tested by

no test coverage detected