MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

test/orm/test_composites.py:2026–2032  ·  view source on GitHub ↗
(return_none_on)

Source from the content-addressed store, hash-verified

2024 y: Optional[int]
2025
2026 def go(return_none_on):
2027 class Edge(decl_base):
2028 __tablename__ = "edge"
2029 id: Mapped[int] = mapped_column(primary_key=True)
2030 start = composite(Point, return_none_on=return_none_on)
2031
2032 return Point, Edge
2033
2034 return go
2035

Callers

nothing calls this directly

Calls 5

SessionClass · 0.90
create_allMethod · 0.80
EdgeClass · 0.70
addMethod · 0.45
commitMethod · 0.45

Tested by

no test coverage detected