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

Method rebase

eos/saveddata/cargo.py:93–96  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

91 return copy
92
93 def rebase(self, item):
94 amount = self.amount
95 Cargo.__init__(self, item)
96 self.amount = amount
97
98 def __repr__(self):
99 return "Cargo(ID={}, name={}) at {}".format(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected