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

Method exportEfs

gui/copySelectDialog.py:206–208  ·  view source on GitHub ↗
(self, options, callback)

Source from the content-addressed store, hash-verified

204 Port.exportMultiBuy(fit, options, callback)
205
206 def exportEfs(self, options, callback):
207 fit = getFit(self.mainFrame.getActiveFit())
208 EfsPort.exportEfs(fit, 0, callback)
209
210 # noinspection PyUnusedLocal
211 def exportFitStats(self, options, callback):

Callers

nothing calls this directly

Calls 2

getFitFunction · 0.90
getActiveFitMethod · 0.45

Tested by

no test coverage detected