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

Method exportSkills

gui/characterSelection.py:265–272  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

263 self.toggleRefreshButton()
264
265 def exportSkills(self, evt):
266 skillsMap = self._buildSkillsTooltipCondensed(self.reqs, skillsMap={})
267
268 list = ""
269 for key in sorted(skillsMap):
270 list += "%s %d\n" % (key, skillsMap[key][0])
271
272 toClipboard(list)
273
274 def exportSkillsCondensed(self, evt):
275 skillsMap = self._buildSkillsTooltipSuperCondensed(self.reqs, skillsMap={})

Callers

nothing calls this directly

Calls 2

toClipboardFunction · 0.90

Tested by

no test coverage detected