Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ buildRack
Method
buildRack
eos/saveddata/module.py:160–165 ·
view source on GitHub ↗
(cls, slot, num=None)
Source
from the content-addressed store, hash-verified
158
159
@classmethod
160
def
buildRack(cls, slot, num=None):
161
empty = Rack(None)
162
empty.__slot = slot
163
empty.dummySlot = slot
164
empty.num = num
165
return
empty
166
167
@property
168
def
isEmpty(self):
Callers
1
generateMods
Method · 0.80
Calls
1
Rack
Class · 0.85
Tested by
no test coverage detected