Rupyex.Result (Rupyex v0.1.0)

Copy Markdown View Source

The value returned by Python code, together with anything it printed.

Returned by Rupyex.run/3. Rupyex.eval/3 returns the value alone.

Summary

Types

t()

@type t() :: %Rupyex.Result{stderr: String.t(), stdout: String.t(), value: term()}