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

Method preAssignItemAttr

eos/effectHandlerHelpers.py:398–399  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

396
397class HandledItem:
398 def preAssignItemAttr(self, *args, **kwargs):
399 self.itemModifiedAttributes.preAssign(*args, **kwargs)
400
401 def increaseItemAttr(self, *args, **kwargs):
402 self.itemModifiedAttributes.increase(*args, **kwargs)

Callers 3

filteredItemPreAssignMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80

Calls 1

preAssignMethod · 0.80

Tested by

no test coverage detected