MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / Rack

Class Rack

eos/saveddata/module.py:1132–1138  ·  view source on GitHub ↗

This is simply the Module class named something else to differentiate it for app logic. The only thing interesting about it is the num property, which is the number of slots for this rack

Source from the content-addressed store, hash-verified

1130
1131
1132class Rack(Module):
1133 """
1134 This is simply the Module class named something else to differentiate
1135 it for app logic. The only thing interesting about it is the num property,
1136 which is the number of slots for this rack
1137 """
1138 num = None

Callers 1

buildRackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected