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

Method character

eos/saveddata/fit.py:258–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

256
257 @property
258 def character(self):
259 return self.__character if self.__character is not None else Character.getAll0()
260
261 @character.setter
262 def character(self, char):

Callers

nothing calls this directly

Calls 1

getAll0Method · 0.80

Tested by

no test coverage detected