PyOutput constructor

PyOutput(
  1. String stdout,
  2. String stderr
)

Implementation

PyOutput(this.stdout, this.stderr);