CAM: Fix pyi signature to match c++
This commit is contained in:
committed by
Chris Hennes
parent
9cd4a2ec7d
commit
d5445f04cb
@@ -32,7 +32,7 @@ class Command(Persistence):
|
||||
"""returns a copy of this command transformed by the given placement"""
|
||||
...
|
||||
|
||||
def addAnnotations(self, annotations) -> "Command":
|
||||
def addAnnotations(self, annotations, /) -> "Command":
|
||||
"""addAnnotations(annotations): adds annotations from dictionary or string and returns self for chaining"""
|
||||
...
|
||||
Name: str
|
||||
|
||||
Reference in New Issue
Block a user