Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ entity_maker
Method
entity_maker
test/orm/test_collection.py:141–143 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
139
140
@classmethod
141
def
entity_maker(cls):
142
cls._entity_id += 1
143
return
cls.Entity(cls._entity_id)
144
145
@classmethod
146
def
dictable_entity(cls, a=None, b=None, c=None):
Callers
1
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected