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

Method exportEsi

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

Source from the content-addressed store, hash-verified

192 Port.exportDna(fit, options, callback)
193
194 def exportEsi(self, options, callback):
195 fit = getFit(self.mainFrame.getActiveFit())
196 Port.exportESI(fit, False, False, False, callback)
197
198 def exportXml(self, options, callback):
199 fit = getFit(self.mainFrame.getActiveFit())

Callers

nothing calls this directly

Calls 3

getFitFunction · 0.90
exportESIMethod · 0.80
getActiveFitMethod · 0.45

Tested by

no test coverage detected