Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User2
Class
User2
test/orm/test_cache_key.py:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
417
@registry.mapped
418
class
User2:
419
__table__ = self.tables.users
420
421
name_syn = synonym(
"name"
)
422
423
@registry.mapped
424
class
Address2:
Callers
nothing calls this directly
Calls
1
synonym
Function · 0.90
Tested by
no test coverage detected