MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / xy

Method xy

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

Source from the content-addressed store, hash-verified

1633
1634 @hybrid.hybrid_property
1635 def xy(self):
1636 return Point(self.x, self.y)
1637
1638 return A
1639

Callers

nothing calls this directly

Calls 1

PointClass · 0.70

Tested by

no test coverage detected