Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ User
Class
User
test/orm/test_eager_relations.py:5497–5500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5495
)
5496
5497
class
User(ComparableEntity):
5498
@property
5499
def
prop_score(self):
5500
return
sum([tag.prop_score
for
tag in self.tags])
5501
5502
class
Tag(ComparableEntity):
5503
@property
Callers
15
test_basic
Method · 0.70
go
Method · 0.70
test_orderby
Method · 0.70
test_orderby_multi
Method · 0.70
test_orderby_related
Method · 0.70
test_orderby_desc
Method · 0.70
test_deferred_fk_col
Method · 0.70
test_aliased_stmt_includes_unnamed_fn
Method · 0.70
test_group_by_only
Method · 0.70
test_limit_3
Method · 0.70
test_limit_4
Method · 0.70
test_against_select
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_basic
Method · 0.56
go
Method · 0.56
test_orderby
Method · 0.56
test_orderby_multi
Method · 0.56
test_orderby_related
Method · 0.56
test_orderby_desc
Method · 0.56
test_deferred_fk_col
Method · 0.56
test_aliased_stmt_includes_unnamed_fn
Method · 0.56
test_group_by_only
Method · 0.56
test_limit_3
Method · 0.56
test_limit_4
Method · 0.56
test_against_select
Method · 0.56