Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ __init__
Method
__init__
eos/saveddata/damagePattern.py:177–179 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
175
_builtins = None
176
177
def
__init__(self, *args, **kwargs):
178
self.builtin = False
179
self.update(*args, **kwargs)
180
181
@reconstructor
182
def
init(self):
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected