MCPcopy
hub / github.com/jisaacks/GitGutter / __del__

Method __del__

modules/show_diff.py:23–28  ·  view source on GitHub ↗

Delete GitGutterShowDiff object. Clear all output to prevent zombies if the plugin is disabled.

(self)

Source from the content-addressed store, hash-verified

21 self._busy = False
22
23 def __del__(self):
24 """Delete GitGutterShowDiff object.
25
26 Clear all output to prevent zombies if the plugin is disabled.
27 """
28 self.clear()
29
30 def clear(self):
31 """Remove all gutter icons and status messages."""

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected