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

Method maxVelocity

eos/saveddata/targetProfile.py:308–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

306
307 @property
308 def maxVelocity(self):
309 return self._maxVelocity or 0
310
311 @maxVelocity.setter
312 def maxVelocity(self, val):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected