Dictionary viewer and editor
Guido van Rossum
guido at python.org
Sat Aug 11 09:08:22 EDT 2001
rupe at metro.yak.net (Rupert Scammell) writes:
> Are there any programs out there that can take in a dictionary object
> of arbitrary depth, and display it in a text or graphical tree format?
Martin von Loewis <loewis at informatik.hu-berlin.de> writes:
> I think Pythonwin's object browser can.
IDLE's TreeWidget can too. It's used by Stack Viewer in the Debug
menu.
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-list
mailing list