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

Method getBuiltinList

eos/saveddata/damagePattern.py:192–195  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

190
191 @classmethod
192 def getBuiltinList(cls):
193 if cls._builtins is None:
194 cls.__generateBuiltins()
195 return list(cls._builtins.values())
196
197 @classmethod
198 def getBuiltinById(cls, id):

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.80
__generateBuiltinsMethod · 0.45

Tested by

no test coverage detected