kittycad.api.executor.create_file_execution

Functions

asyncio(lang, body, *, client[, output])

rtype:

Union[CodeOutput, Error, None]

asyncio_detailed(lang, body, *, client[, output])

rtype:

Response[Union[CodeOutput, Error, None]]

sync(lang, body, *, client[, output])

rtype:

Union[CodeOutput, Error, None]

sync_detailed(lang, body, *, client[, output])

rtype:

Response[Union[CodeOutput, Error, None]]

kittycad.api.executor.create_file_execution._build_response(*, response)[source][source]
Return type:

Response[Union[CodeOutput, Error, None]]

kittycad.api.executor.create_file_execution._get_kwargs(lang, body, *, client, output=None)[source][source]
Return type:

Dict[str, Any]

kittycad.api.executor.create_file_execution._parse_response(*, response)[source][source]
Return type:

Union[CodeOutput, Error, None]

async kittycad.api.executor.create_file_execution.asyncio(lang, body, *, client, output=None)[source][source]
Return type:

Union[CodeOutput, Error, None]

async kittycad.api.executor.create_file_execution.asyncio_detailed(lang, body, *, client, output=None)[source][source]
Return type:

Response[Union[CodeOutput, Error, None]]

kittycad.api.executor.create_file_execution.sync(lang, body, *, client, output=None)[source][source]
Return type:

Union[CodeOutput, Error, None]

kittycad.api.executor.create_file_execution.sync_detailed(lang, body, *, client, output=None)[source][source]
Return type:

Response[Union[CodeOutput, Error, None]]