Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/ext/test_extendedattr.py:210–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
209
def
test_instance_dict(self):
210
class
User(MyClass):
211
pass
212
213
register_class(User)
214
_register_attribute(User,
"user_id"
, uselist=False, useobject=False)
Callers
2
test_instance_dict
Method · 0.70
test_basic
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_instance_dict
Method · 0.56
test_basic
Method · 0.56