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

Method getAll5

eos/saveddata/character.py:106–116  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

104
105 @classmethod
106 def getAll5(cls):
107 all5 = eos.db.getCharacter("All 5")
108
109 if all5 is None:
110 # We do not have to be afraid of committing here and saving
111 # edited character data. If this ever runs, it will be during the
112 # get character list phase when pyfa first starts
113 all5 = Character("All 5", 5)
114 eos.db.save(all5)
115
116 return all5
117
118 @classmethod
119 def getAll0(cls):

Callers 3

roMethod · 0.95
__init__Method · 0.80
all5Method · 0.80

Calls 3

getCharacterMethod · 0.80
saveMethod · 0.80
CharacterClass · 0.70

Tested by

no test coverage detected