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

Method getBuiltinList

eos/saveddata/targetProfile.py:268–271  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

266
267 @classmethod
268 def getBuiltinList(cls):
269 if cls._builtins is None:
270 cls.__generateBuiltins()
271 return list(cls._builtins.values())
272
273 @classmethod
274 def getBuiltinById(cls, id):

Callers 2

Calls 2

valuesMethod · 0.80
__generateBuiltinsMethod · 0.45

Tested by

no test coverage detected