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

Method __repr__

eos/utils/cycles.py:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 return (self.activeTime + self.inactiveTime) * self.quantity
30
31 def __repr__(self):
32 spec = ['activeTime', 'inactiveTime', 'quantity', 'isInactivityReload']
33 return makeReprStr(self, spec)
34
35
36class CycleSequence:

Callers

nothing calls this directly

Calls 1

makeReprStrFunction · 0.90

Tested by

no test coverage detected