We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f0eb3 commit a571469Copy full SHA for a571469
1 file changed
irods/meta.py
@@ -103,6 +103,14 @@ def apply_atomic_operations(self, *avu_ops):
103
self._manager.apply_atomic_operations(self._model_cls, self._path, *avu_ops)
104
self._reset_metadata()
105
106
+ def set(self, *args):
107
+ """
108
+ Set as iRODSMeta to a key
109
110
+ meta = self._get_meta(*args)
111
+ self._manager.set(self._model_cls, self._path, meta)
112
+ self._reset_metadata()
113
+
114
def add(self, *args):
115
"""
116
Add as iRODSMeta to a key
0 commit comments