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

Method targetProfile

eos/saveddata/fit.py:185–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183
184 @property
185 def targetProfile(self):
186 if self.__userTargetProfile is not None:
187 return self.__userTargetProfile
188 if self.__builtinTargetProfileID is not None:
189 return TargetProfile.getBuiltinById(self.__builtinTargetProfileID)
190 return None
191
192 @targetProfile.setter
193 def targetProfile(self, targetProfile):

Callers

nothing calls this directly

Calls 1

getBuiltinByIdMethod · 0.45

Tested by

no test coverage detected