Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ SomeOtherObject
Class
SomeOtherObject
test/orm/test_scoping.py:56–58 · test/orm/test_scoping.py::ScopedSessionTest.SomeOtherObject
Source
from the content-addressed store, hash-verified
54
query = Session.query_property()
55
56
class
SomeOtherObject(ComparableEntity):
57
query = Session.query_property()
58
custom_query = Session.query_property(query_cls=CustomQuery)
59
60
self.mapper_registry.map_imperatively(
61
SomeObject,
Callers
1
test_basic
Method · 0.85
Calls
1
query_property
Method · 0.80
Tested by
1
test_basic
Method · 0.68