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

Method __del__

src/__init__.py:8180–8182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8178class Font:
8179
8180 def __del__(self):
8181 if type(self) is not Font:
8182 return None
8183
8184 def __init__(
8185 self,

Callers 1

delete_widgetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected