MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / flags

Method flags

src/__init__.py:968–972  ·  view source on GitHub ↗

Flags field.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls 1

CheckParentFunction · 0.85

Tested by

no test coverage detected