We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03af90d commit 59030c7Copy full SHA for 59030c7
README.md
@@ -869,7 +869,7 @@ from irods.meta import iRODSBinOrStringMeta as MyMeta
869
d = session.data_objects.get('/path/to/object')
870
unencodable_octets = '\u1000'.encode('utf8')[:-1]
871
872
-# Use our custom client-metadata type to store arbitrary octet strings
+# Use our custom client-metadata type to store arbitrary octet strings.
873
meta_view = d.metadata(iRODSMeta_type = MyMeta)
874
meta_view.set(m1 := MyMeta('mybinary', unencodable_octets, b'\x02'))
875
0 commit comments