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

Method __init__

eos/utils/cycles.py:38–40  ·  view source on GitHub ↗
(self, sequence, quantity)

Source from the content-addressed store, hash-verified

36class CycleSequence:
37
38 def __init__(self, sequence, quantity):
39 self.sequence = sequence
40 self.quantity = quantity
41
42 @property
43 def averageTime(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected