MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MyUser

Class MyUser

test/orm/test_query.py:1126–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124 """test #8753"""
1125
1126 class MyUser(decl_base):
1127 __table__ = self.tables.users
1128
1129 syn_id = synonym("id")
1130
1131 s = fixture_session()
1132 u = s.get(MyUser, {"syn_id": 7})

Callers

nothing calls this directly

Calls 1

synonymFunction · 0.90

Tested by

no test coverage detected