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

Method fit_test

gui/devTools.py:104–107  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

102 print(gc.get_stats())
103
104 def fit_test(self, evt):
105 fits = eos.db.getFitList()
106 self.thread = FitTestThread([x.ID for x in fits], self.Parent)
107 self.thread.start()
108
109
110class FitTestThread(threading.Thread):

Callers

nothing calls this directly

Calls 1

FitTestThreadClass · 0.85

Tested by

no test coverage detected