python-progressbar icon indicating copy to clipboard operation
python-progressbar copied to clipboard

Delegate unknown attrs to target in WrappingIO

Open william-andre opened this issue 2 years ago • 0 comments

Same idea as fbb2f4d18703f387349e77c126214d8eb9bd89c1 but more generic. Only the flushing should be wrapped, everything else should behave like it would on the target.

The issue arises while trying to access attributes like encoding or fileno.

william-andre avatar Jun 08 '22 15:06 william-andre