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

Method containsFitID

graphs/gui/lists.py:198–202  ·  view source on GitHub ↗
(self, fitID)

Source from the content-addressed store, hash-verified

196 raise NotImplemented
197
198 def containsFitID(self, fitID):
199 for wrapper in self._wrappers:
200 if wrapper.isFit and wrapper.item.ID == fitID:
201 return True
202 return False
203
204 def containsProfileID(self, profileID):
205 for wrapper in self._wrappers:

Callers 4

handleDragMethod · 0.95
OnFitRenamedMethod · 0.95
addFitMethod · 0.95
addFitsByIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected