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

Method __init__

eos/saveddata/targetProfile.py:249–251  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

247 _builtins = None
248
249 def __init__(self, *args, **kwargs):
250 self.builtin = False
251 self.update(*args, **kwargs)
252
253 @reconstructor
254 def init(self):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected