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

Method run

gui/devTools.py:121–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 self.stopRunning = True
120
121 def run(self):
122 # wait 1 second just in case a lot of modifications get made
123 if self.stopRunning:
124 return
125
126 for fit in self.fits:
127 time.sleep(1)
128 e = FitSelected(fitID=fit)
129 wx.PostEvent(self.mainFrame, e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected