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

Function SETATTR

src/__init__.py:19871–19872  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

19869 tw = annot
19870
19871 def SETATTR(key, value):
19872 setattr(Widget, key, value)
19873
19874 def SETATTR_DROP(mod, key, value):
19875 # Original C code for this function deletes if PyObject* is NULL. We

Callers 1

JM_get_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…