from_inches method

from_inches

Returns a Length object that is represented in inches.

Returns

Returns a Length object.

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

See Also