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

Class IdemNorman

source code


a Norman that just returns whatever you pass it

Perhaps useful for testing

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

Inherited from Norman: __init__

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

Instance Variables [hide private]

Inherited from Norman: filled, optional, prohibited

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, x)
(Call operator)

source code 
Overrides: Norman.__call__