(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected