From 3daf0a1350d89e0a3179ae275f29cc75640d30bf Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 13 Nov 2014 22:13:53 -0600 Subject: [PATCH] Link to DOT files on Gist. --- _drafts/python-object-replacement.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_drafts/python-object-replacement.md b/_drafts/python-object-replacement.md index d59cd05..d4dc41a 100644 --- a/_drafts/python-object-replacement.md +++ b/_drafts/python-object-replacement.md @@ -145,3 +145,9 @@ for us to track these. Remaining areas to explore include behavior when metaclasses and more complex descriptors are involved. Implementing a more complete version of `replace()` is left as an exercise for the reader. + +## Notes + +The [DOT files](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) +used to generate graphs in this post are +[available on Gist](https://gist.github.com/earwig/edc13f04f871c110eea6).