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

Method delete

service/character.py:353–354  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

351
352 @staticmethod
353 def delete(char):
354 eos.db.remove(char)
355
356 @staticmethod
357 def getApiDetails(charID):

Callers 11

update_dbFunction · 0.45
getItemsWithOverridesMethod · 0.45
DoDeleteMethod · 0.45
deleteOverrideMethod · 0.45
clearPricesFunction · 0.45
clearDamagePatternsFunction · 0.45
clearTargetProfilesFunction · 0.45
clearOverridesFunction · 0.45
removeFunction · 0.45
initMethod · 0.45
initMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected