[BUG] rich.pretty
is not showing maxlen
for collections.deque
#2863
Labels
rich.pretty
is not showing maxlen
for collections.deque
#2863
Describe the bug
Edit this with a clear and concise description of what the bug.
Provide a minimal code example that demonstrates the issue if you can. If the issue is visual in nature, consider posting a screenshot.
I add
rich.pretty
in myipython
startup script and overwritebuiltins.print
withrich.print
. It work as expected when I print a large collection object. However, it not works well withcollections.deque
.rich.print
andbuiltins.print
are showing non-whitespace differences.Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to copy and paste the output of the following commands. It may save some time if you do it now.
If you're using Rich in a terminal:
The text was updated successfully, but these errors were encountered: