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

Method DoDelete

gui/characterEditor.py:129–131  ·  view source on GitHub ↗
(self, entity)

Source from the content-addressed store, hash-verified

127 return copy
128
129 def DoDelete(self, entity):
130 sChar = Character.getInstance()
131 sChar.delete(entity)
132
133
134class CharacterEditor(AuxiliaryFrame):

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected