class _FixupStream:
The new io interface needs more from streams than streams traditionally implement. As such, this fix-up code is necessary in some circumstances.
The forcing of readable and writable flags are there because some tools put badly patched objects on sys (one such offender are certain version of jupyter notebook).
Method | __getattr__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | read1 |
Undocumented |
Method | readable |
Undocumented |
Method | seekable |
Undocumented |
Method | writable |
Undocumented |
Instance Variable | _force_readable |
Undocumented |
Instance Variable | _force_writable |
Undocumented |
Instance Variable | _stream |
Undocumented |