kittycad.api.constant.get_physics_constant

Functions

asyncio(constant, *, client)

rtype:

Union[PhysicsConstant, Error, None]

asyncio_detailed(constant, *, client)

rtype:

Response[Union[PhysicsConstant, Error, None]]

sync(constant, *, client)

rtype:

Union[PhysicsConstant, Error, None]

sync_detailed(constant, *, client)

rtype:

Response[Union[PhysicsConstant, Error, None]]

kittycad.api.constant.get_physics_constant._build_response(*, response)[source][source]
Return type:

Response[Union[PhysicsConstant, Error, None]]

kittycad.api.constant.get_physics_constant._get_kwargs(constant, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.constant.get_physics_constant._parse_response(*, response)[source][source]
Return type:

Union[PhysicsConstant, Error, None]

async kittycad.api.constant.get_physics_constant.asyncio(constant, *, client)[source][source]
Return type:

Union[PhysicsConstant, Error, None]

async kittycad.api.constant.get_physics_constant.asyncio_detailed(constant, *, client)[source][source]
Return type:

Response[Union[PhysicsConstant, Error, None]]

kittycad.api.constant.get_physics_constant.sync(constant, *, client)[source][source]
Return type:

Union[PhysicsConstant, Error, None]

kittycad.api.constant.get_physics_constant.sync_detailed(constant, *, client)[source][source]
Return type:

Response[Union[PhysicsConstant, Error, None]]