Rates

class sol.models.rate.Rate(**kwargs)

The Glicko rating of a player.

caption(html=None)

A description of the rate.

date

Rating date.

deviation

The value of Glicko deviation.

idplayer

Related player’s ID.

idrate

Primary key.

idrating

Related rating’s ID.

player

The related player.

rate

The value of Glicko rating.

serialize(serializer)

Reduce a single rate to a simple dictionary

Previous topic

Ratings

Next topic

sol.views – Pyramid views

This Page