Skip to main content
Compiled callable returned by @program. Calls use the wrapped function’s exact Python signature. When the value supplied for its Robot parameter implements the deployment protocol, the call is dispatched to that deployment. Otherwise the original Python function runs normally, including native robot getImage() behavior.

Constructor

Signature

Properties

dict[str, Callable[..., Any]]

Methods

bind_inputs()

Signature
Bind a complete Python call and return deployable data inputs.

deployment_spec()

Signature

dump_graph()

Signature
Lower to graph and pretty-print for debugging.

dump_ir()

Signature
Pretty-print the program IR for debugging.

show_graph()

Signature
Open a browser tab with the computation graph diagram.