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

Method delFitting

service/esi.py:137–140  ·  view source on GitHub ↗
(self, id, fittingID)

Source from the content-addressed store, hash-verified

135 return resp
136
137 def delFitting(self, id, fittingID):
138 char = self.getSsoCharacter(id)
139 super().delFitting(char, fittingID)
140 self.fittings_deleted.add(fittingID)
141
142 def login(self):
143 start_server = self.settings.get('loginMode') == EsiLoginMethod.SERVER and self.server_base.supports_auto_login

Callers 2

deleteFittingMethod · 0.45
deleteAllFittingsMethod · 0.45

Calls 1

getSsoCharacterMethod · 0.95

Tested by

no test coverage detected