We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031a96d commit b4c55adCopy full SHA for b4c55ad
README.md
@@ -142,4 +142,5 @@ Command example in ipython:
142
yop.write('NewNameOfFile') # write in same version as original file after modifications
143
yop.write4('NameOfFile', compression=True) # write mdf version 4.1 file, data compressed
144
yop.write3() # write mdf version 3 file
145
+ yop.attachments # to get attachments, embedded or paths to files
146
```
0 commit comments