MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / exportFitStats

Method exportFitStats

gui/copySelectDialog.py:211–214  ·  view source on GitHub ↗

Puts fit stats in textual format into the clipboard

(self, options, callback)

Source from the content-addressed store, hash-verified

209
210 # noinspection PyUnusedLocal
211 def exportFitStats(self, options, callback):
212 """ Puts fit stats in textual format into the clipboard """
213 fit = getFit(self.mainFrame.getActiveFit())
214 Port.exportFitStats(fit, callback)

Callers

nothing calls this directly

Calls 2

getFitFunction · 0.90
getActiveFitMethod · 0.45

Tested by

no test coverage detected