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

Method remove

eos/effectHandlerHelpers.py:110–113  ·  view source on GitHub ↗
(self, thing)

Source from the content-addressed store, hash-verified

108 pass
109
110 def remove(self, thing):
111 # We must flag it as modified, otherwise it not be removed from the database
112 flag_dirty(thing)
113 list.remove(self, thing)
114
115 def sort(self, *args, **kwargs):
116 # We need it here to prevent external users from accidentally sorting the list as alot of

Callers 15

update_dbFunction · 0.45
deletePatternMethod · 0.45
delSsoCharacterMethod · 0.45
deletePatternMethod · 0.45
getAllFitsLiteMethod · 0.45
deleteFitMethod · 0.45
getRecentlyUsedMethod · 0.45
storeRecentlyUsedMethod · 0.45
deleteMethod · 0.45
removeImplantMethod · 0.45
removeImplantMethod · 0.45
deleteSetMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_getAllFitsFunction · 0.36