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

Method isRemoteRepping

eos/saveddata/module.py:551–556  ·  view source on GitHub ↗
(self, ignoreState=False)

Source from the content-addressed store, hash-verified

549 return dps
550
551 def isRemoteRepping(self, ignoreState=False):
552 repParams = self.getRepAmountParameters(ignoreState=ignoreState)
553 for rrData in repParams.values():
554 if rrData:
555 return True
556 return False
557
558 def getRepAmountParameters(self, spoolOptions=None, ignoreState=False):
559 if self.isEmpty or (self.state < FittingModuleState.ACTIVE and not ignoreState):

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.80

Tested by

no test coverage detected