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

Method __setitem__

eos/modifiedAttributeDict.py:287–288  ·  view source on GitHub ↗
(self, key, val)

Source from the content-addressed store, hash-verified

285 return val.value if hasattr(val, "value") else val
286
287 def __setitem__(self, key, val):
288 self.__intermediary[key] = val
289
290 def __iter__(self):
291 all_dict = dict(self.original, **self.__modified)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected