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

Method __init__

eos/saveddata/miscData.py:24–26  ·  view source on GitHub ↗
(self, name, val=None)

Source from the content-addressed store, hash-verified

22
23class MiscData(EqBase):
24 def __init__(self, name, val=None):
25 self.fieldName = name
26 self.fieldValue = val

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected