from_centimeters method

from_centimeters

Returns a Length object that is represented in centimeters.

Returns

Returns a Length object.

def from_centimeters(self, value):
    ...
ParameterTypeDescription
valuefloatThe value.

See Also