MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / PointData

Class PointData

test/ext/test_associationproxy.py:2621–2632  ·  test/ext/test_associationproxy.py::CompositeAccessTest.PointData

Source from the content-addressed store, hash-verified

2619 )
2620
2621 class PointData(ComparableEntity, cls.DeclarativeBasic):
2622 __tablename__ = class="st">"point"
2623
2624 id = Column(
2625 Integer, primary_key=True, test_needs_autoincrement=True
2626 )
2627 graph_id = Column(ForeignKey(class="st">"graph.id"))
2628
2629 x1 = Column(Integer)
2630 y1 = Column(Integer)
2631
2632 point = composite(Point, x1, y1)
2633
2634 return Point, Graph, PointData
2635

Callers 3

GraphClass · 0.85
test_appendMethod · 0.85
test_accessMethod · 0.85

Calls 3

ColumnClass · 0.90
ForeignKeyClass · 0.90
compositeFunction · 0.90

Tested by 2

test_appendMethod · 0.68
test_accessMethod · 0.68