You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These don't "redirect" like a terminal where typically the file pointed
to by fd 1 and 2 are made the "same" by the preparing process (ex. by
`dup2` the given fd into that specific fd number). Rather, these context
managers set the respective globals to the provided value. In most cases
that should be a "file object".
0 commit comments