kittycad.api.unit.get_temperature_unit_conversion

Functions

asyncio(output_format, src_format, value, *, ...)

Convert a temperature unit value to another temperature unit value.

asyncio_detailed(output_format, src_format, ...)

rtype

Response[Union[Any, UnitTemperatureConversion, Error]]

sync(output_format, src_format, value, *, client)

Convert a temperature unit value to another temperature unit value.

sync_detailed(output_format, src_format, ...)

rtype

Response[Union[Any, UnitTemperatureConversion, Error]]