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

Method Selected

gui/copySelectDialog.py:165–170  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

163 return False
164
165 def Selected(self, event):
166 obj = event.GetEventObject()
167 formatName = obj.GetLabel()
168 self.copyFormat = self.copyFormats[formatName][0]
169 self.toggleOptions()
170 self.Fit()
171
172 def toggleOptions(self):
173 for formatId in self.options:

Callers

nothing calls this directly

Calls 2

toggleOptionsMethod · 0.95
GetLabelMethod · 0.80

Tested by

no test coverage detected