kittycad.api.executor.create_executor_term

Functions

asyncio(*, client)

Attach to a docker container to create an interactive terminal.

sync(*, client)

Attach to a docker container to create an interactive terminal.

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

Dict[str, Any]

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

Attach to a docker container to create an interactive terminal.

Return type:

WebSocketClientProtocol

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

Attach to a docker container to create an interactive terminal.

Return type:

ClientConnection