Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBuiltinTargetProfileList
Method · 0.45
getBuiltinDamagePatternList
Method · 0.45
Calls
2
values
Method · 0.80
__generateBuiltins
Method · 0.45
Tested by
no test coverage detected