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

Method exportDna

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

Source from the content-addressed store, hash-verified

188 Port.exportEft(fit, options, callback)
189
190 def exportDna(self, options, callback):
191 fit = getFit(self.mainFrame.getActiveFit())
192 Port.exportDna(fit, options, callback)
193
194 def exportEsi(self, options, callback):
195 fit = getFit(self.mainFrame.getActiveFit())

Callers 1

generateMinimalHTMLMethod · 0.45

Calls 2

getFitFunction · 0.90
getActiveFitMethod · 0.45

Tested by

no test coverage detected