Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Order
Class
Order
test/ext/test_automap.py:282–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
Base = automap_base(metadata=self.tables_test_metadata)
281
282
class
Order(Base):
283
__tablename__ =
"orders"
284
285
items_collection = relationship(
286
"items"
, secondary=
"order_items"
, collection_class=set
287
)
288
289
Base.prepare()
290
Callers
4
test_relationship_m2m
Method · 0.70
test_relationship_explicit_override_forwards_m2m
Method · 0.70
test_m2m_relationship_also_map_the_secondary
Method · 0.70
test_subquery_eagerloading
Method · 0.70
Calls
1
relationship
Function · 0.90
Tested by
4
test_relationship_m2m
Method · 0.56
test_relationship_explicit_override_forwards_m2m
Method · 0.56
test_m2m_relationship_also_map_the_secondary
Method · 0.56
test_subquery_eagerloading
Method · 0.56