Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Place
Class
Place
test/orm/test_manytomany.py:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
@classmethod
100
def
setup_classes(cls):
101
class
Place(cls.Basic):
102
def
__init__(self, name):
103
self.name = name
104
105
class
PlaceThingy(cls.Basic):
106
def
__init__(self, name):
Callers
5
test_self_referential_roundtrip
Method · 0.85
test_self_referential_bidirectional_mutation
Method · 0.85
test_joinedload_on_double
Method · 0.85
test_bidirectional
Method · 0.85
test_stale_conditions
Method · 0.85
Calls
no outgoing calls
Tested by
5
test_self_referential_roundtrip
Method · 0.68
test_self_referential_bidirectional_mutation
Method · 0.68
test_joinedload_on_double
Method · 0.68
test_bidirectional
Method · 0.68
test_stale_conditions
Method · 0.68