MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / MyUser

Class MyUser

test/orm/test_query.py:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129 """test #8753"""
1130
1131 class MyUser(decl_base):
1132 __table__ = self.tables.users
1133
1134 syn_id = synonym("id")
1135
1136 s = fixture_session()
1137 u = s.get(MyUser, {"syn_id": 7})

Callers

nothing calls this directly

Calls 1

synonymFunction · 0.90

Tested by

no test coverage detected