You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Set the metadata with :code:`kwargs`. This method does not do error checking.
1540
1540
1541
-
:since 1.4: You can also just set the metadata directly through the curation instead; e.g., :code:`curation.title = 'Title Goes Here'`
1541
+
:since 1.5: You can also just set the metadata directly through the curation instead; e.g., :code:`curation.title = 'Title Goes Here'`
1542
1542
1543
1543
:param ** kwargs: A list of arguments to set the metadata with. To see what you can use for :code:`kwargs`, see :attr:`Curation.ARGS`. Any value passed in that is not in :attr:`Curation.ARGS` will still be stored and can be retrieved through :func:`Curation.get_meta()`.
"""Get the metadata/args referenced by :code:`key`.
1559
1559
1560
-
:since 1.4: You can also just get the metadata directly through the curation instead; e.g., :code:`myVar = curation.title`
1560
+
:since 1.5: You can also just get the metadata directly through the curation instead; e.g., :code:`myVar = curation.title`
1561
1561
1562
1562
:param str key: The name of an argument to get the value of. You can either use the keys referenced by :attr:`Curation.ARGS` or the name of the argument you passed in through :func:`Curation.set_meta()`.
0 commit comments