diff --git a/src/App/DocumentPy.xml b/src/App/DocumentPy.xml index 28810cd3f..53a4bfa0a 100644 --- a/src/App/DocumentPy.xml +++ b/src/App/DocumentPy.xml @@ -75,12 +75,14 @@ - Copy an object from another document to this document + copyObject(object, bool with_dependencies = False, bool ignored_argument = False) + Copy an object from another document to this document. If with_dependencies is True, all objects this object depends on are copied too. - Move an object from another document to this document + moveObject(object, bool with_dependencies = False) + Transfers an object from another document to this document. If with_dependencies is True, all objects this object depends on are transferred too. @@ -116,8 +118,8 @@ NOTE: It's possible that several objects have the same label name. - findObjects([string (type)], [string (name)]) -> list -Return a list of objects that match the specified type and name. + findObjects([string (type)], [string (name)]) -> list +Return a list of objects that match the specified type and name. Both parameters are optional. @@ -193,4 +195,4 @@ Both parameters are optional. - +