kittycad.api.drawing.cmd_batch

Functions

asyncio(body, *, client)

rtype

Union[Any, DrawingOutcomes, Error, None]

asyncio_detailed(body, *, client)

rtype

Response[Union[Any, DrawingOutcomes, Error]]

sync(body, *, client)

rtype

Union[Any, DrawingOutcomes, Error, None]

sync_detailed(body, *, client)

rtype

Response[Union[Any, DrawingOutcomes, Error]]

kittycad.api.drawing.cmd_batch._build_response(*, response)[source][source]
Return type

Response[Union[Any, DrawingOutcomes, Error]]

kittycad.api.drawing.cmd_batch._get_kwargs(body, *, client)[source][source]
Return type

Dict[str, Any]

kittycad.api.drawing.cmd_batch._parse_response(*, response)[source][source]
Return type

Union[Any, DrawingOutcomes, Error, None]

async kittycad.api.drawing.cmd_batch.asyncio(body, *, client)[source][source]
Return type

Union[Any, DrawingOutcomes, Error, None]

async kittycad.api.drawing.cmd_batch.asyncio_detailed(body, *, client)[source][source]
Return type

Response[Union[Any, DrawingOutcomes, Error]]

kittycad.api.drawing.cmd_batch.sync(body, *, client)[source][source]
Return type

Union[Any, DrawingOutcomes, Error, None]

kittycad.api.drawing.cmd_batch.sync_detailed(body, *, client)[source][source]
Return type

Response[Union[Any, DrawingOutcomes, Error]]