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

Method exportMultiBuy

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

Source from the content-addressed store, hash-verified

200 Port.exportXml([fit], None, callback)
201
202 def exportMultiBuy(self, options, callback):
203 fit = getFit(self.mainFrame.getActiveFit())
204 Port.exportMultiBuy(fit, options, callback)
205
206 def exportEfs(self, options, callback):
207 fit = getFit(self.mainFrame.getActiveFit())

Callers

nothing calls this directly

Calls 2

getFitFunction · 0.90
getActiveFitMethod · 0.45

Tested by

no test coverage detected