MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Point

Class Point

test/typing/plain_files/orm/composite_dc.py:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16@dataclasses.dataclass
17class Point:
18 def __init__(self, x: int, y: int):
19 self.x = x
20 self.y = y
21
22
23class Vertex(Base):

Callers 1

composite_dc.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected