Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
class
Point:
18
def
__init__(self, x: int, y: int):
19
self.x = x
20
self.y = y
21
22
23
class
Vertex(Base):
Callers
1
composite_dc.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected