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

Method exportPatterns

gui/setEditor.py:224–229  ·  view source on GitHub ↗

Event fired when export to clipboard button is clicked

(self, event)

Source from the content-addressed store, hash-verified

222 self.stNotice.SetLabel(_t("Could not import from clipboard"))
223
224 def exportPatterns(self, event):
225 """Event fired when export to clipboard button is clicked"""
226
227 sIS = ImplantSets.getInstance()
228 toClipboard(sIS.exportSets())
229 self.stNotice.SetLabel(_t("Sets exported to clipboard"))

Callers

nothing calls this directly

Calls 5

toClipboardFunction · 0.90
SetLabelMethod · 0.80
_tFunction · 0.50
getInstanceMethod · 0.45
exportSetsMethod · 0.45

Tested by

no test coverage detected