Home
last modified time | relevance | path

Searched refs:_calculate_tag_weight (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-django-tagging/django-tagging-0.5.0/tagging/
H A Dutils.py233 def _calculate_tag_weight(weight, max_weight, distribution): function
270 tag_weight = _calculate_tag_weight(
/dports/www/py-django-tagging/django-tagging-0.5.0/tagging/tests/
H A Dtests.py23 from tagging.utils import _calculate_tag_weight
253 _calculate_tag_weight(10, 20, LINEAR),
256 _calculate_tag_weight(10, 20, LOGARITHMIC),
261 _calculate_tag_weight(10, 10, LOGARITHMIC),
264 _calculate_tag_weight(26, 26, LOGARITHMIC),