MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / link

Method link

suds/properties.py:310–320  ·  view source on GitHub ↗

Link (associate) this object with anI{other} properties object to create a network of properties. Links are bidirectional. @param other: The object to link. @type other: L{Properties} @return: self @rtype: L{Properties}

(self, other)

Source from the content-addressed store, hash-verified

308 return self.provider(name).__get(name, *df)
309
310 def link(self, other):
311 """
312 Link (associate) this object with anI{other} properties object
313 to create a network of properties. Links are bidirectional.
314 @param other: The object to link.
315 @type other: L{Properties}
316 @return: self
317 @rtype: L{Properties}
318 """
319 Link(self, other)
320 return self
321
322 def unlink(self, *others):
323 """

Callers

nothing calls this directly

Calls 1

LinkClass · 0.85

Tested by

no test coverage detected