Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ DoDelete
Method
DoDelete
gui/patternEditor.py:88–90 ·
view source on GitHub ↗
(self, entity)
Source
from the content-addressed store, hash-verified
86
return
copy
87
88
def
DoDelete(self, entity):
89
sDP = DamagePattern.getInstance()
90
sDP.deletePattern(entity)
91
92
93
class
DmgPatternEditor(AuxiliaryFrame):
Callers
nothing calls this directly
Calls
2
getInstance
Method · 0.45
deletePattern
Method · 0.45
Tested by
no test coverage detected