MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / exportToClipboard

Method exportToClipboard

gui/mainFrame.py:801–803  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

799 self._openAfterImport(importData)
800
801 def exportToClipboard(self, event):
802 with CopySelectDialog(self) as dlg:
803 dlg.ShowModal()
804
805 def exportSkillsNeeded(self, event):
806 """ Exports skills needed for active fit and active character """

Callers

nothing calls this directly

Calls 1

CopySelectDialogClass · 0.90

Tested by

no test coverage detected