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

Method getBuiltinById

eos/saveddata/damagePattern.py:198–201  ·  view source on GitHub ↗
(cls, id)

Source from the content-addressed store, hash-verified

196
197 @classmethod
198 def getBuiltinById(cls, id):
199 if cls._builtins is None:
200 cls.__generateBuiltins()
201 return cls._builtins.get(id)
202
203 @classmethod
204 def getDefaultBuiltin(cls):

Callers

nothing calls this directly

Calls 2

__generateBuiltinsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected