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

Class Link

source code

object --+
         |
        Link

Property link object.

Instance Methods [hide private]
 
__init__(self, a, b)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
Link
validate(self, pA, pB)
Validate that the two properties may be linked.
source code
Link
teardown(self)
Teardown the link.
source code

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

Instance Variables [hide private]
tuple(2) endpoints
A tuple of the (2) endpoints of the link.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, a, b)
(Constructor)

source code 

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

Parameters:
Overrides: object.__init__

validate(self, pA, pB)

source code 

Validate that the two properties may be linked.

Parameters:
Returns: Link
self

teardown(self)

source code 

Teardown the link. Removes endpoints from properties links collection.

Returns: Link
self