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

Method exportSkillsEveMon

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

Source from the content-addressed store, hash-verified

281 toClipboard(list)
282
283 def exportSkillsEveMon(self, evt):
284 skillsMap = self._buildSkillsTooltipCondensed(self.reqs, skillsMap={})
285
286 list = ""
287 for key in sorted(skillsMap):
288 list += "%s %s\n" % (key, roman.toRoman(skillsMap[key][0]))
289
290 toClipboard(list)
291
292 def _buildSkillsTooltip(self, reqs, currItem="", tabulationLevel=0):
293 tip = ""

Callers

nothing calls this directly

Calls 2

toClipboardFunction · 0.90

Tested by

no test coverage detected