MCPcopy Index your code
hub / github.com/RustPython/RustPython / __del__

Method __del__

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

Source from the content-addressed store, hash-verified

116 self.configure(**{key: value})
117
118 def __del__(self):
119 try:
120 if self.delete_font:
121 self._call("font", "delete", self.name)
122 except Exception:
123 pass
124
125 def copy(self):
126 "Return a distinct copy of the current font"

Callers

nothing calls this directly

Calls 1

_callMethod · 0.45

Tested by

no test coverage detected