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

Method isInvalid

eos/saveddata/drone.py:111–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109
110 @property
111 def isInvalid(self):
112 if self._item is None:
113 return True
114 if self._item.category.name != "Drone":
115 return True
116 if self._mutaIsInvalid:
117 return True
118 return False
119
120 @property
121 def item(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected