kittycad.api.executor.create_executor_term

Functions

asyncio(*, client)

Attach to a docker container to create an interactive terminal.

asyncio_detailed(*, client)

rtype:

Response[Any]

sync(*, client)

Attach to a docker container to create an interactive terminal.

sync_detailed(*, client)

rtype:

Response[Any]

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

Response[Any]

kittycad.api.executor.create_executor_term._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.executor.create_executor_term._parse_response(*, response)[source][source]
async kittycad.api.executor.create_executor_term.asyncio(*, client)[source][source]

Attach to a docker container to create an interactive terminal.

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

Response[Any]

kittycad.api.executor.create_executor_term.sync(*, client)[source][source]

Attach to a docker container to create an interactive terminal.

kittycad.api.executor.create_executor_term.sync_detailed(*, client)[source][source]
Return type:

Response[Any]