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

Function SETATTR_DROP

src/__init__.py:19874–19878  ·  view source on GitHub ↗
(mod, key, value)

Source from the content-addressed store, hash-verified

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
19876 # don't have a representation for that in Python - e.g. None is not
19877 # represented by NULL.
19878 setattr(mod, key, value)
19879
19880 #log( '=== + mupdf.pdf_widget_type(tw)')
19881 field_type = mupdf.pdf_widget_type(tw.this)

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…