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

Method DoDelete

gui/builtinViews/entityEditor.py:95–97  ·  view source on GitHub ↗

Override method to delete entity

(self, entity)

Source from the content-addressed store, hash-verified

93 raise NotImplementedError()
94
95 def DoDelete(self, entity):
96 """Override method to delete entity"""
97 raise NotImplementedError()
98
99 def OnNew(self, event):
100 with TextEntryValidatedDialog(

Callers 1

OnDeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected