As of RFC-434 and DM-13222 PropertySet.get
and PropertyList.get
are deprecated in Python and issue a warning to that effect. Use the new methods getScalar
and getArray
instead, depend if you want a single value or an array of values for numeric or string data
Also the asArray
argument to get
is gone. It was not being used (except incorrectly in one case).