Package suds :: Module properties :: Class Skin
[hide private]
[frames] | no frames]

Class Skin

source code

object --+
         |
        Skin
Known Subclasses:

The meta-programming skin around the Properties object.

Instance Methods [hide private]
 
__getattr__(self, name) source code
 
__init__(self, domain, definitions, kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__str__(self)
str(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Instance Variables [hide private]
Properties. __pts__
The wrapped object.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, domain, definitions, kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)