Mininet Python API Reference Manual
|
Singleton pattern from Wikipedia See. More...
Public Member Functions | |
def | __init__ (cls, name, bases, dict_) |
def | __call__ (cls, *args, **kw) |
Public Attributes | |
instance | |
Singleton pattern from Wikipedia See.
http//en.wikipedia.org/wiki/Singleton_Pattern | Intended to be used as a __metaclass_ param, as shown for the class below. |