Package Crypto :: Package Util :: Module wrapper :: Class Wrapper
[hide private]
[frames] | no frames]

Class Wrapper

Wrapper for an object, instantiated from a class or from a call to a new() function in a module.
Instance Methods [hide private]
 
__init__(self, wrapped, *args)
wrapped is either a class or a module with a new() function.
 
__getattr__(self, name)