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

Method postFitting

service/esi.py:131–135  ·  view source on GitHub ↗
(self, id, json_str)

Source from the content-addressed store, hash-verified

129 return resp.json()
130
131 def postFitting(self, id, json_str):
132 # @todo: new fitting ID can be recovered from resp.data,
133 char = self.getSsoCharacter(id)
134 resp = super().postFitting(char, json_str)
135 return resp
136
137 def delFitting(self, id, fittingID):
138 char = self.getSsoCharacter(id)

Callers 1

exportFittingMethod · 0.45

Calls 1

getSsoCharacterMethod · 0.95

Tested by

no test coverage detected