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

Method init

eos/gamedata.py:53–58  ·  view source on GitHub ↗

Reconstructor, composes the object as we grab it from the database

(self)

Source from the content-addressed store, hash-verified

51
52 @reconstructor
53 def init(self):
54 """
55 Reconstructor, composes the object as we grab it from the database
56 """
57 self.__generated = False
58 self.__effectDef = None
59
60 @property
61 def handler(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected