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

Method exportSkillsCondensed

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

Source from the content-addressed store, hash-verified

272 toClipboard(list)
273
274 def exportSkillsCondensed(self, evt):
275 skillsMap = self._buildSkillsTooltipSuperCondensed(self.reqs, skillsMap={})
276
277 list = ""
278 for key in sorted(skillsMap):
279 list += "%s %d\n" % (key, skillsMap[key][0])
280
281 toClipboard(list)
282
283 def exportSkillsEveMon(self, evt):
284 skillsMap = self._buildSkillsTooltipCondensed(self.reqs, skillsMap={})

Callers

nothing calls this directly

Calls 2

toClipboardFunction · 0.90

Tested by

no test coverage detected