Rich is a Python library for rich text and beautiful formatting in the terminal.
Fix `pretty` cyclic reference handling
Previously cyclic references were only handled for container and dataclass types, but not namedtuple, attrs, or custom types. This fixes that, and expands the tests to cover these cases.
J
Jim Crist-Harif committed
02dffcf9cfe0e3c48fe98ee41f9bec4941340f58
Parent: eaba862