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

Method isInvalid

eos/saveddata/mutator.py:98–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96
97 @property
98 def isInvalid(self):
99 # @todo: need to test what happens:
100 # 1) if an attribute is removed from the EVE database
101 # 2) if a mutaplasmid does not have the attribute anymore
102 # 3) if a mutaplasmid does not exist (in eve or on the pyfa item's item)
103 # Can remove invalid ones in a SQLAlchemy collection class... eventually
104 return self.__attr is None
105
106 @property
107 def highIsGood(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected