Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
134
class
CharacterEditor(AuxiliaryFrame):
Callers
nothing calls this directly
Calls
2
getInstance
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected