Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ modes
Method
modes
eos/saveddata/ship.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
119
@property
120
def
modes(self):
121
return
[Mode(item)
for
item in self.__modeItems]
if
self.__modeItems
else
None
122
123
def
__getModeItems(self):
124
""
"
Callers
nothing calls this directly
Calls
1
Mode
Class · 0.90
Tested by
no test coverage detected