[bindings] re-shape some keyword-only signatures

This commit is contained in:
Frank Martinez
2025-09-26 09:29:30 -05:00
parent fca800baca
commit 8e51db4072
11 changed files with 40 additions and 23 deletions

View File

@@ -67,7 +67,6 @@ class DocumentObject(ExtensionContainer):
def addProperty(
self,
*,
type: str,
name: str,
group: str = "",
@@ -159,8 +158,8 @@ class DocumentObject(ExtensionContainer):
def getSubObject(
self,
*,
subname: Union[str, List[str], Tuple[str, ...]],
*,
retType: int = 0,
matrix: Matrix = None,
transform: bool = True,