App: Clean up XML bindings.

This commit is contained in:
tritao
2025-02-12 01:24:36 +00:00
parent 516595fbce
commit 9e08039ab6
6 changed files with 41 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ Returns the value of a named property. Note that the returned property may not
always belong to this container (e.g. from a linked object).
name : str
Name of the property.
Name of the property.
checkOwner : int
0: just return the property.
1: raise exception if not found or the property does not belong to this container.