kittycad.api.modeling.modeling_commands_ws

Functions

asyncio(*, client)

Pass those commands to the engine via websocket, and pass responses back to the client.

sync(*, client)

Pass those commands to the engine via websocket, and pass responses back to the client.

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

Dict[str, Any]

async kittycad.api.modeling.modeling_commands_ws.asyncio(*, client)[source][source]

Pass those commands to the engine via websocket, and pass responses back to the client. Basically, this is a websocket proxy between the frontend/client and the engine.

Return type:

WebSocketClientProtocol

kittycad.api.modeling.modeling_commands_ws.sync(*, client)[source][source]

Pass those commands to the engine via websocket, and pass responses back to the client. Basically, this is a websocket proxy between the frontend/client and the engine.

Return type:

ClientConnection