Popular recipes by David Hollman http://code.activestate.com/recipes/users/4182331/2015-08-11T19:14:45-07:00ActiveState Code RecipesYet another singleton pattern in Python using class decorators (Python) 2015-08-11T19:14:45-07:00David Hollmanhttp://code.activestate.com/recipes/users/4182331/http://code.activestate.com/recipes/579090-yet-another-singleton-pattern-in-python-using-clas/ <p style="color: grey"> Python recipe 579090 by <a href="/recipes/users/4182331/">David Hollman</a> (<a href="/recipes/tags/patterns/">patterns</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/singleton/">singleton</a>). Revision 8. </p> <p>Another pattern for creating singleton instances of classes in Python.</p>