Package grassyknoll :: Package lib :: Module Norman :: Class MultiValueNorman
[hide private]

Class MultiValueNorman

source code


wraps up another Norman, and returns a list of values

Instance Methods [hide private]
 
__init__(self, subnorman) source code
 
__call__(self, x) source code

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

Instance Variables [hide private]
Norman subnorman
the wrapped-up norman

Inherited from Norman: filled, optional, prohibited

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, subnorman)
(Constructor)

source code 
Overrides: Norman.__init__

__call__(self, x)
(Call operator)

source code 
Overrides: Norman.__call__