Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
class
ImplantSetEditorView(BaseImplantEditorView):
Callers
nothing calls this directly
Calls
2
deleteSet
Method · 0.80
getInstance
Method · 0.45
Tested by
no test coverage detected