Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Foo
Class
Foo
test/orm/test_mapper.py:227–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
Address = self.classes.Address
226
227
class
Foo:
228
x =
"something"
229
230
@property
231
def
y(self):
232
return
"something else"
233
234
m = self.mapper(
235
Foo, users, properties={
"addresses"
: relationship(Address)}
Callers
5
test_utils
Method · 0.70
test_sort_states_comparisons
Method · 0.70
test_configure_on_prop_3
Method · 0.70
test_deferred_subclass_attribute_instrument
Method · 0.70
_test
Method · 0.70
Calls
no outgoing calls
Tested by
5
test_utils
Method · 0.56
test_sort_states_comparisons
Method · 0.56
test_configure_on_prop_3
Method · 0.56
test_deferred_subclass_attribute_instrument
Method · 0.56
_test
Method · 0.56