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

Method isSuppressed

eos/saveddata/character.py:436–437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

434 self.__suppressed = True
435
436 def isSuppressed(self):
437 return self.__suppressed
438
439 @validates("characterID", "skillID", "level")
440 def validator(self, key, val):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected