Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _generate
Method
_generate
test/typing/plain_files/orm/composite.py:39–40 ·
view source on GitHub ↗
(cls, x1: int, y1: int)
Source
from the content-addressed store, hash-verified
37
38
@classmethod
39
def
_generate(cls, x1: int, y1: int) ->
"Point"
:
40
return
Point(x1, y1)
41
42
43
class
Vertex(Base):
Callers
nothing calls this directly
Calls
1
Point
Class · 0.70
Tested by
no test coverage detected