MCPcopy
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_utilsMethod · 0.70
_testMethod · 0.70

Calls

no outgoing calls

Tested by 5

test_utilsMethod · 0.56
_testMethod · 0.56