Flags field.
(self)
| 966 | |
| 967 | @property |
| 968 | def flags(self): |
| 969 | """Flags field.""" |
| 970 | CheckParent(self) |
| 971 | annot = self.this |
| 972 | return mupdf.pdf_annot_flags(annot) |
| 973 | |
| 974 | def get_file(self): |
| 975 | """Retrieve attached file content.""" |
nothing calls this directly
no test coverage detected