Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_attributes.py:236–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
235
def
test_basic(self):
236
class
User:
237
pass
238
239
instrumentation.register_class(User)
240
_register_attribute(User,
"user_id"
, uselist=False, useobject=False)
Callers
2
test_basic
Method · 0.70
test_list
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_basic
Method · 0.56
test_list
Method · 0.56