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

Method test_set_get

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

Source from the content-addressed store, hash-verified

773 )
774
775 def test_set_get(self):
776 A = self._fixture(True)
777 a1 = A(value="5")
778 eq_(a1.value, "5518")
779 eq_(a1._value, "55")
780
781
782class PropertyOverrideTest(fixtures.TestBase, AssertsCompiledSQL):

Callers

nothing calls this directly

Calls 3

_fixtureMethod · 0.95
eq_Function · 0.90
AClass · 0.70

Tested by

no test coverage detected