Skip to content

Rating

Provides a dataclass for representing a CTF team rating.

ctftime_api.models.rating.Rating dataclass

Rating(
    rating_place: int | None = None,
    organizer_points: float | None = None,
    rating_points: float | None = None,
    country_place: int | None = None,
)

Bases: DataClassJsonMixin

Represents a CTF team rating.