kittycad.api.modeling.cmd_batch

Functions

asyncio(body, *, client)

rtype:

Union[ModelingOutcomes, Error, None]

asyncio_detailed(body, *, client)

rtype:

Response[Union[ModelingOutcomes, Error, None]]

sync(body, *, client)

rtype:

Union[ModelingOutcomes, Error, None]

sync_detailed(body, *, client)

rtype:

Response[Union[ModelingOutcomes, Error, None]]

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

Response[Union[ModelingOutcomes, Error, None]]

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

Dict[str, Any]

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

Union[ModelingOutcomes, Error, None]

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

Union[ModelingOutcomes, Error, None]

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

Response[Union[ModelingOutcomes, Error, None]]

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

Union[ModelingOutcomes, Error, None]

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

Response[Union[ModelingOutcomes, Error, None]]