Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getImplants
Method
getImplants
service/character.py:452–454 ·
view source on GitHub ↗
(charID)
Source
from the content-addressed store, hash-verified
450
451
@staticmethod
452
def
getImplants(charID):
453
char = eos.db.getCharacter(charID)
454
return
char.implants
455
456
def
checkRequirements(self, fit):
457
# toCheck = []
Callers
2
getImplantsFromContext
Method · 0.45
getImplantsFromContext
Method · 0.45
Calls
1
getCharacter
Method · 0.80
Tested by
no test coverage detected