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

Method __init__

eos/utils/stats.py:34–36  ·  view source on GitHub ↗
(self, absolute, relative)

Source from the content-addressed store, hash-verified

32class BreacherInfo:
33
34 def __init__(self, absolute, relative):
35 self.absolute = absolute
36 self.relative = relative
37
38 def __mul__(self, mul):
39 return type(self)(absolute=self.absolute * mul, relative=self.relative * mul)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected