Skip to main content

with_output

Method
This is a method of the CodeExecutionStep class in the extras module.
Create with output

Signature

def with_output(input_code: impl Into<String>, output: impl Into<String>) -> Self

Parameters

input_code
impl Into<String>
required
No description available.
output
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.