MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_property

Method test_property

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

Source from the content-addressed store, hash-verified

847 )
848
849 def test_property(self):
850 Person, _, _, _, _ = self._fixture()
851 p1 = Person()
852 p1.name = "mike"
853 eq_(p1._name, "Mike")
854 eq_(p1.name, "Mike")
855
856 def test_override_setter(self):
857 _, OverrideSetter, _, _, _ = self._fixture()

Callers

nothing calls this directly

Calls 3

_fixtureMethod · 0.95
eq_Function · 0.90
PersonClass · 0.70

Tested by

no test coverage detected