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

Method containsProfileID

graphs/gui/lists.py:204–208  ·  view source on GitHub ↗
(self, profileID)

Source from the content-addressed store, hash-verified

202 return False
203
204 def containsProfileID(self, profileID):
205 for wrapper in self._wrappers:
206 if wrapper.isProfile and wrapper.item.ID == profileID:
207 return True
208 return False
209
210 # Wrapper-related events
211 def OnFitRenamed(self, event):

Callers 3

OnProfileRenamedMethod · 0.95
OnProfileChangedMethod · 0.95
addProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected