class documentation

class Climb(_BaseSpeed): (source)

View In Hierarchy

The climb ("vertical speed") of an object.

Method __init__ Initializes a Climb object.

Inherited from _BaseSpeed:

Class Variable compareAttributes Undocumented
Property inMetersPerSecond The speed that this object represents, expressed in meters per second. This attribute is immutable.
Property 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.
Instance Variable _speed Undocumented

Inherited from FancyEqMixin (via _BaseSpeed):

Method __eq__ Undocumented
Method __ne__ Undocumented
def __init__(self, climb): (source)

Initializes a Climb object.

ParametersclimbThe climb that this object represents, expressed in meters per second. (type: float)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.