Name of the writer that wrote this file. If the writer is unknown then its Writer ID (a number) is returned
(self)
| 81 | |
| 82 | @property |
| 83 | def writer(self): |
| 84 | """Name of the writer that wrote this file. |
| 85 | If the writer is unknown then its Writer ID |
| 86 | (a number) is returned""" |
| 87 | return self.reader.writer() |
| 88 | |
| 89 | @property |
| 90 | def writer_version(self): |
no outgoing calls