CAM: Fix pyi signature to match c++
This commit is contained in:
committed by
Chris Hennes
parent
dfb9baf678
commit
a8c7968c92
@@ -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