pyroxide.util.singleton (version 19 , 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) )
index
/usr/lib/python2.4/site-packages/pyroxide/util/singleton.py

Singleton module
 
This is the Singleton posted by Oren Tirosh in response to the Borg
pattern posted to ActiveState:
     (http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531)

 
Classes
       
__builtin__.object
Singleton

 
class Singleton(__builtin__.object)
     Static methods defined here:
__new__(type)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Singleton' objects>
list of weak references to the object (if defined)

 
Data
        __HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/util/singleton.py $'
__Id__ = '$Id: singleton.py 19 2006-12-11 07:18:58Z kevin $'
__LastChangedBy__ = '$Author: kevin $'
__LastChangedDate__ = '$Date: 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) $'
__Revision__ = '$Rev: 19 $'
__author__ = 'Kevin J. Smith (kevin@rootsmith.ca)'
__copyright__ = '(c) 2006 rootsmith Inc.'
__credits__ = 'Oren Tirosh - ActiveState Recipe #66531'
__date__ = ' 2006-12-10 23:18:58 -0800 (Sun, 10 Dec 2006) '
__version__ = ' 19 '

 
Author
        Kevin J. Smith (kevin@rootsmith.ca)

 
Credits
        Oren Tirosh - ActiveState Recipe #66531