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

Method DoDelete

gui/setEditor.py:83–85  ·  view source on GitHub ↗
(self, entity)

Source from the content-addressed store, hash-verified

81 return copy
82
83 def DoDelete(self, entity):
84 sIS = ImplantSets.getInstance()
85 sIS.deleteSet(entity)
86
87
88class ImplantSetEditorView(BaseImplantEditorView):

Callers

nothing calls this directly

Calls 2

deleteSetMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected