From 842aa9f69c1bd2d8889b1ac60ca7b5f240c378bb Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 29 Jun 2020 18:51:01 +0200 Subject: [PATCH] App: [skip ci] extend doc string of Document.findObjects --- src/App/DocumentPy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/DocumentPy.xml b/src/App/DocumentPy.xml index bc78129c91..c9ab6e5db4 100644 --- a/src/App/DocumentPy.xml +++ b/src/App/DocumentPy.xml @@ -160,9 +160,9 @@ NOTE: It's possible that several objects have the same label name. - findObjects([string (type)], [string (name)], [string (label)]) -> list + findObjects([Type=string], [Name=string], [Label=string]) -> list Return a list of objects that match the specified type, name or label. -All parameters are optional. +Name and label support regular expressions. All parameters are optional.