Cosmetic changes to argument lists
This commit is contained in:
parent
58353b7884
commit
16c6bfc70a
9 changed files with 85 additions and 73 deletions
|
|
@ -32,11 +32,11 @@ class SubPattern:
|
|||
|
||||
def __init__(self,
|
||||
pattern: 'Pattern',
|
||||
offset: vector2=(0.0, 0.0),
|
||||
rotation: float=0.0,
|
||||
mirrored: List[bool]=None,
|
||||
dose: float=1.0,
|
||||
scale: float=1.0):
|
||||
offset: vector2 = (0.0, 0.0),
|
||||
rotation: float = 0.0,
|
||||
mirrored: List[bool] = None,
|
||||
dose: float = 1.0,
|
||||
scale: float = 1.0):
|
||||
self.identifier = ()
|
||||
self.pattern = pattern
|
||||
self.offset = offset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue