Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ removeImplant
Method
removeImplant
service/character.py:446–449 ·
view source on GitHub ↗
(charID, implant)
Source
from the content-addressed store, hash-verified
444
445
@staticmethod
446
def
removeImplant(charID, implant):
447
char = eos.db.getCharacter(charID)
448
char.implants.remove(implant)
449
eos.db.commit()
450
451
@staticmethod
452
def
getImplants(charID):
Callers
2
removeImplantFromContext
Method · 0.45
removeImplantFromContext
Method · 0.45
Calls
2
getCharacter
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected