py-objgraph-3.6.2

draw Python object reference graphs

Index | devel

Description

objgraph is a module that lets you visually explore Python object graphs.
It can draw object reference graphs with graphviz, or can make use of
xdot for interactive use.

Its origin was in a set of functions used while hunting for memory leaks
in a Python program.

Homepage: https://mg.pov.lt/objgraph/

Run Dependencies