Skip to content
Snippets Groups Projects

REL: Release 0.10.0

Merged Florian Spreckelsen requested to merge release-0.10.0 into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -179,7 +179,10 @@ value: Union[dict, str, list]
``collection_mode``. The returned tuple is directly created from
the corresponding values if they are given; ``unit`` defaults to
None and ``collection_mode`` is determined from ``value`` as
explained for the str case above.
explained for the str case above, i.e.,
- if it starts with '+', collection mode is "list",
- in case of '*', collection mode is "multiproperty",
- and everything else is "single".
- If *list*, each element is checked for replacement and the
resulting list will be used as (list) value for the property
Loading