MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Foo

Class Foo

test/aaa_profiling/test_memusage.py:1243–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241 users = self.tables.users
1242
1243 class Foo:
1244 @hybrid.hybrid_property
1245 def user_name(self):
1246 return self.name
1247
1248 self.mapper_registry.map_imperatively(Foo, users)
1249

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by 3

goMethod · 0.56
goMethod · 0.56
test_weak_sequenceMethod · 0.56