mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 04:25:50 +08:00
4166a416f6
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>