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

Method isInvalid

eos/saveddata/booster.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def isInvalid(self):
94 return self.__item is None or self.__item.group.name != "Booster"
95
96 @property
97 def slot(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected