We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59030c7 commit bbbbf08Copy full SHA for bbbbf08
README.md
@@ -864,7 +864,7 @@ An example is the `irods.meta.iRODSBinOrStringMeta` class which uses the
864
`base64` module to "hide" arbitrary bytestrings within the `value` and
865
`units` attributes of an iRODS metadata AVU:
866
867
-```
+```py
868
from irods.meta import iRODSBinOrStringMeta as MyMeta
869
d = session.data_objects.get('/path/to/object')
870
unencodable_octets = '\u1000'.encode('utf8')[:-1]
0 commit comments