Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ entity_maker
Method
entity_maker
test/orm/test_collection.py:140–142 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
138
139
@classmethod
140
def
entity_maker(cls):
141
cls._entity_id += 1
142
return
cls.Entity(cls._entity_id)
143
144
@classmethod
145
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