Package topo :: Package param :: Class Dict
[hide private]
[frames] | no frames]

Class Dict

source code

             object --+            
                      |            
parameterized.Parameter --+        
                          |        
                   Selector --+    
                              |    
                  ClassSelector --+
                                  |
                                 Dict

Parameter whose value is a dictionary.
Nested Classes [hide private]

Inherited from parameterized.Parameter: __metaclass__

Instance Methods [hide private]
 
__init__(self, **params)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ClassSelector: __set__, get_range

Inherited from ClassSelector (private): _check_value

Inherited from parameterized.Parameter: __delete__, __get__, __getstate__, __setstate__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __classdoc = '\n Parameter whose value is a dictionary.\n '
str(object) -> string
Properties [hide private]

Inherited from ClassSelector: allow_None, class_

Inherited from parameterized.Parameter: constant, default, doc, instantiate, precedence, readonly

Inherited from object: __class__

Method Details [hide private]

__init__(self, **params)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

__classdoc

str(object) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

Value:
'''
    Parameter whose value is a dictionary.
    '''