Package suds :: Module options :: Class TpLinker
[hide private]
[frames] | no frames]

Class TpLinker

source code

           object --+    
                    |    
properties.AutoLinker --+
                        |
                       TpLinker

Transport (auto) linker used to manage linkage between transport objects Properties and those Properties that contain them.

Instance Methods [hide private]
 
updated(self, properties, prev, next)
Notification that a values was updated and the linkage between the properties contained with prev need to be relinked to the Properties contained within the next value.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

updated(self, properties, prev, next)

source code 

Notification that a values was updated and the linkage between the properties contained with prev need to be relinked to the Properties contained within the next value.

Overrides: properties.AutoLinker.updated
(inherited documentation)