Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getModule
Method
getModule
service/fit.py:180–182 ·
view source on GitHub ↗
(fitID, pos)
Source
from the content-addressed store, hash-verified
178
179
@staticmethod
180
def
getModule(fitID, pos):
181
fit = eos.db.getFit(fitID)
182
return
fit.modules[pos]
183
184
def
newFit(self, shipID, name=None):
185
pyfalog.debug(
"Creating new fit for ID: {0}"
, shipID)
Callers
nothing calls this directly
Calls
1
getFit
Method · 0.80
Tested by
no test coverage detected