BorgIdiom
Last edit January 8, 2005
Another name for
MonostatePattern
, commonly used in
PythonLanguage
. Every instance of a Borg class uses a class-shared dictionary for its __dict__.
Details:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531