Description
Visualizes Python object reference graphs with Graphviz. It helps developers investigate memory leaks, object lifetimes, and unexpected references inside a running program.
Object graphs can expose private data structures or values through labels and relationships. Use generated diagrams carefully when debugging sensitive applications.