Force use of keyword args on most constructors
This commit is contained in:
parent
2a8e43cbcd
commit
0e04633f61
9 changed files with 9 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class Ellipse(Shape, metaclass=AutoSlots):
|
|||
|
||||
def __init__(self,
|
||||
radii: vector2,
|
||||
*,
|
||||
poly_num_points: Optional[int] = DEFAULT_POLY_NUM_POINTS,
|
||||
poly_max_arclen: Optional[float] = None,
|
||||
offset: vector2 = (0.0, 0.0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue