mdickinson / refcycle

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

export_json and from_json should work directly with files. #23

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

It would be more convenient to be able to use export_json to export directly to a file. We should also have a one-liner to import directly from filename to AnnotatedGraph object.

mdickinson commented 10 years ago

Fixed by #27.