MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

service/character.py:152–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 return cls.instance
151
152 def __init__(self):
153 # Simply initializes default characters in case they aren't in the database yet
154 self.all0()
155 self.all5()
156
157 def exportText(self):
158 data = "Pyfa exported plan for \"" + self.skillReqsDict['charname'] + "\"\n"

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

all0Method · 0.95
all5Method · 0.95

Tested by

no test coverage detected