MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __del__

Method __del__

gui/toggle_panel.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.header_panel.Bind(wx.EVT_LEFT_UP, self.ToggleContent)
68
69 def __del__(self):
70 pass
71
72 def AddToggleItem(self, item):
73 item.Bind(wx.EVT_LEFT_UP, self.ToggleContent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected