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

Method getEntitiesFromContext

gui/setEditor.py:65–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self.SetEditorValidator(ImplantTextValidor)
64
65 def getEntitiesFromContext(self):
66 sIS = ImplantSets.getInstance()
67 return sorted(sIS.getImplantSetList(), key=lambda c: c.name)
68
69 def DoNew(self, name):
70 sIS = ImplantSets.getInstance()

Callers

nothing calls this directly

Calls 2

getImplantSetListMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected