twisted.positioning.base.Climb(_BaseSpeed) class documentationtwisted.positioning.base
(View In Hierarchy)
The climb ("vertical speed") of an object.
| Method | __init__ | Initializes a Climbobject. | 
Inherited from _BaseSpeed:
| Method | inMetersPerSecond | The speed that this object represents, expressed in meters per second. This attribute is immutable. | 
| Method | inKnots | Returns the speed represented by this object, expressed in knots. This attribute is immutable. | 
| Method | __float__ | Returns the speed represented by this object expressed in meters per second. | 
| Method | __repr__ | Returns a string representation of this speed object. | 
Inherited from FancyEqMixin (via _BaseSpeed):
| Method | __eq__ | Undocumented | 
| Method | __ne__ | Undocumented | 
Initializes a Climb 
object.
| Parameters | climb | The climb that this object represents, expressed in meters per second. (type: float) |