We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7a94d commit ce4d9f3Copy full SHA for ce4d9f3
rich/console.py
@@ -2026,11 +2026,7 @@ def _check_buffer(self) -> None:
2026
self.on_broken_pipe()
2027
2028
def _write_buffer(self) -> None:
2029
- """Check if the buffer may be rendered. Render it if it can (e.g. Console.quiet is False)
2030
- Rendering is supported on Windows, Unix and Jupyter environments. For
2031
- legacy Windows consoles, the win32 API is called directly.
2032
- This method will also record what it renders if recording is enabled via Console.record.
2033
- """
+ """Write the buffer to the output file."""
2034
2035
with self._lock:
2036
if self.record:
0 commit comments