Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ SomeObject
Class
SomeObject
test/orm/test_scoping.py:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
pass
52
53
class
SomeObject(ComparableEntity):
54
query = Session.query_property()
55
56
class
SomeOtherObject(ComparableEntity):
57
query = Session.query_property()
Callers
1
test_basic
Method · 0.85
Calls
1
query_property
Method · 0.80
Tested by
1
test_basic
Method · 0.68