MCPcopy 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
93class DmgPatternEditor(AuxiliaryFrame):

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45
deletePatternMethod · 0.45

Tested by

no test coverage detected