MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / prop_score

Method prop_score

test/orm/test_eager_relations.py:5499–5500  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

sumClass · 0.85

Tested by

no test coverage detected