Package suds :: Module sudsobject :: Class Property
[hide private]
[frames] | no frames]

Class Property

source code

Object --+
         |
        Property

Instance Methods [hide private]
 
__init__(self, value) source code
 
items(self) source code
 
get(self) source code
 
set(self, value) source code

Inherited from Object: __contains__, __delattr__, __getitem__, __iter__, __len__, __repr__, __setattr__, __setitem__, __str__, __unicode__

Method Details [hide private]

__init__(self, value)
(Constructor)

source code 
Overrides: Object.__init__