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

Method suppress

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

Source from the content-addressed store, hash-verified

431 self.commandBonus = 0
432
433 def suppress(self):
434 self.__suppressed = True
435
436 def isSuppressed(self):
437 return self.__suppressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected