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

Method exportXml

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

Source from the content-addressed store, hash-verified

196 Port.exportESI(fit, False, False, False, callback)
197
198 def exportXml(self, options, callback):
199 fit = getFit(self.mainFrame.getActiveFit())
200 Port.exportXml([fit], None, callback)
201
202 def exportMultiBuy(self, options, callback):
203 fit = getFit(self.mainFrame.getActiveFit())

Callers 1

OnShowExportDialogMethod · 0.45

Calls 2

getFitFunction · 0.90
getActiveFitMethod · 0.45

Tested by

no test coverage detected