MCPcopy Index your code
hub / github.com/python/cpython / __del__

Method __del__

Lib/tkinter/font.py:119–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 __iter__ = None # prevent using __getitem__ for iteration
118
119 def __del__(self):
120 try:
121 if self.delete_font:
122 self._call("font", "delete", self.name)
123 except Exception:
124 pass
125
126 def copy(self):
127 "Return a distinct copy of the current font"

Callers

nothing calls this directly

Calls 1

_callMethod · 0.45

Tested by

no test coverage detected