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

Method rigSizes

eos/gamedata.py:613–619  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

611
612 @property
613 def rigSizes(self):
614 return {
615 1: "Small",
616 2: "Medium",
617 3: "Large",
618 4: "X-Large"
619 }
620
621 @property
622 def translations(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected