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

Method clear

eos/saveddata/cargo.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 return self.__item
68
69 def clear(self):
70 self.itemModifiedAttributes.clear()
71
72 @validates("fitID", "itemID", "amount")
73 def validator(self, key, val):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected