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

Method exportPatterns

gui/patternEditor.py:292–295  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

290 self.stNotice.SetLabel(_t("Could not import from clipboard"))
291
292 def exportPatterns(self, event):
293 sDP = DamagePattern.getInstance()
294 toClipboard(sDP.exportPatterns())
295 self.stNotice.SetLabel(_t("Patterns exported to clipboard"))
296
297 def kbEvent(self, event):
298 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected