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

Method SizeRefreshList

gui/shipBrowser.py:108–112  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

106 self.lpane.RefreshList(True)
107
108 def SizeRefreshList(self, event):
109 self.Layout()
110 self.lpane.Layout()
111 self.lpane.RefreshList(True)
112 event.Skip()
113
114 def __del__(self):
115 pass

Callers

nothing calls this directly

Calls 1

RefreshListMethod · 0.45

Tested by

no test coverage detected