mdickinson / refcycle

Support for displaying and analyzing reference graphs of Python objects.
Apache License 2.0
15 stars 1 forks source link

Refactor internals. #15

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

This PR refactors some of the internals to improve readability, remove duplication, and generally clean up the code.

Internal changes:

There are a couple of minor API changes:

mdickinson commented 10 years ago

The __repr__ for TransformKeyDict and TransformElementSet need fixing.