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

Method exportEft

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

Source from the content-addressed store, hash-verified

184 return options
185
186 def exportEft(self, options, callback):
187 fit = getFit(self.mainFrame.getActiveFit())
188 Port.exportEft(fit, options, callback)
189
190 def exportDna(self, options, callback):
191 fit = getFit(self.mainFrame.getActiveFit())

Callers 1

generateFullHTMLMethod · 0.45

Calls 2

getFitFunction · 0.90
getActiveFitMethod · 0.45

Tested by

no test coverage detected