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

Method init

eos/saveddata/character.py:324–326  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

322
323 @reconstructor
324 def init(self):
325 self.build(False)
326 self.__item = None
327
328 def build(self, ro):
329 self.__ro = ro

Callers

nothing calls this directly

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected