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

Method GetOptions

gui/copySelectDialog.py:180–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 return self.copyFormat
179
180 def GetOptions(self):
181 options = {}
182 for formatId in self.options:
183 options[formatId] = {optId: ch.IsChecked() for optId, ch in self.options[formatId].items()}
184 return options
185
186 def exportEft(self, options, callback):
187 fit = getFit(self.mainFrame.getActiveFit())

Callers 1

ValidateMethod · 0.95

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected