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

Method DoDelete

gui/targetProfileEditor.py:110–113  ·  view source on GitHub ↗
(self, entity)

Source from the content-addressed store, hash-verified

108 return copy
109
110 def DoDelete(self, entity):
111 sTR = TargetProfile.getInstance()
112 sTR.deletePattern(entity)
113 wx.PostEvent(self.mainFrame, GE.TargetProfileRemoved(profileID=entity.ID))
114
115
116class TargetProfileEditor(AuxiliaryFrame):

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45
deletePatternMethod · 0.45

Tested by

no test coverage detected