Skip to content

Commit

Permalink
Better docstring for SeatsCenterContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouvernathor committed May 4, 2024
1 parent 2c89ddd commit 5d71e17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/parliamentarch/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ def __new__(cls, value, doc):
"""

class _SeatsCenterContainer(dict[tuple[float, float], float], UnPicklable):
"""
Stores the coordinates of each seat as keys, the counterclockwise angle as values,
and other data as attributes.
"""
seat_radius_factor: float
nrows: int

Expand Down

0 comments on commit 5d71e17

Please sign in to comment.