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

Method selectTargetProfile

gui/targetProfileEditor.py:379–381  ·  view source on GitHub ↗
(self, profile)

Source from the content-addressed store, hash-verified

377 wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=changedFitIDs))
378
379 def selectTargetProfile(self, profile):
380 self.entityEditor.setActiveEntity(profile)
381 self.patternChanged()

Callers 1

openOneMethod · 0.80

Calls 2

patternChangedMethod · 0.95
setActiveEntityMethod · 0.80

Tested by

no test coverage detected