Package svnmailer :: Module util :: Class Singleton
[show private | hide private]
[frames | no frames]

Class Singleton

object --+
         |
        Singleton

Known Subclasses:
Manager, Manager

Singleton base class
Method Summary
  __init__(self)
Non-initialization
  __new__(cls)
Returns the one and only instance (Static method)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __repr__(x)
x.__repr__() <==> repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...

Class Variable Summary
NoneType __singletoninstance__ = None                                                                  

Instance Method Details

__init__(self)
(Constructor)

Non-initialization
Overrides:
__builtin__.object.__init__

Static Method Details

__new__(cls)

Returns the one and only instance
Overrides:
__builtin__.type.__new__

Class Variable Details

__singletoninstance__

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.0 on Sun Sep 25 20:49:07 2005 http://epydoc.sf.net