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

Method getEntitiesFromContext

gui/targetProfileEditor.py:90–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
89
90 def getEntitiesFromContext(self):
91 sTR = TargetProfile.getInstance()
92 choices = sorted(sTR.getUserTargetProfileList(), key=lambda p: p.rawName)
93 return choices
94
95 def DoNew(self, name):
96 sTR = TargetProfile.getInstance()

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45

Tested by

no test coverage detected