mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +08:00
The method returns a tuple of io.BytesIO objects that hold the temporary stdin and stdout. By correcting the type, it allows usages of io.BytesIO.getvalue() to pass type checking. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>