MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __placehold

Method __placehold

eos/modifiedAttributeDict.py:298–300  ·  view source on GitHub ↗

Create calculation placeholder in item's modified attribute dict

(self, key)

Source from the content-addressed store, hash-verified

296 key in self.__modified or key in self.__intermediary
297
298 def __placehold(self, key):
299 """Create calculation placeholder in item's modified attribute dict"""
300 self.__modified[key] = self.CalculationPlaceholder
301
302 def __len__(self):
303 keys = set()

Callers 4

preAssignMethod · 0.95
increaseMethod · 0.95
multiplyMethod · 0.95
forceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected