We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fcde1 commit 9255889Copy full SHA for 9255889
doc/tutorial.rst
@@ -544,6 +544,11 @@ the Property 'NameCrewMembers'::
544
>>> print(odmlEX['TheCrew'].properties['NameCrewMembers'].unit)
545
None
546
547
+NOTE: 'property.value' will always return a copy! Any direct changes to the
548
+returned list will have no affect on the actual property value. If you want to
549
+make changes to a property value, either use the 'append', 'extend' and 'remove'
550
+methods or assign a new value list to the property.
551
+
552
553
-------------------------------------------------------------------------------
554
0 commit comments