|
|
None | __init__ (self) |
| |
| None | __del__ (self) |
| |
Mixes `<stdout>` and `<stderr>` streams.
The result is available in the ``output`` attribute.
.. versionadded:: 8.2
◆ __del__()
| None click.testing.StreamMixer.__del__ |
( |
|
self | ) |
|
Guarantee that embedded file-like objects are closed in a
predictable order, protecting against races between
self.output being closed and other streams being flushed on close
.. versionadded:: 8.2.2
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/click/testing.py