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

Function GETATTR

src/__init__.py:21679–21680  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

21677 annot_obj = mupdf.pdf_annot_obj(annot)
21678 pdf = page.doc()
21679 def GETATTR(name):
21680 return getattr(Widget, name, None)
21681
21682 value = GETATTR("field_type")
21683 field_type = value

Callers 1

JM_set_widget_propertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…