Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getDefaultBuiltin
Method
getDefaultBuiltin
eos/saveddata/damagePattern.py:204–207 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
202
203
@classmethod
204
def
getDefaultBuiltin(cls):
205
if
cls._builtins is None:
206
cls.__generateBuiltins()
207
return
cls._builtins.get(-1)
208
209
@classmethod
210
def
__generateBuiltins(cls):
Callers
1
damagePattern
Method · 0.80
Calls
2
__generateBuiltins
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected