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

Method updated

suds/properties.py:33–40  ·  view source on GitHub ↗

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

(self, properties, prev, next)

Source from the content-addressed store, hash-verified

31 contained within I{values}.
32 """
33 def updated(self, properties, prev, next):
34 """
35 Notification that a values was updated and the linkage
36 between the I{properties} contained with I{prev} need to
37 be relinked to the L{Properties} contained within the
38 I{next} value.
39 """
40 pass
41
42
43class Link(object):

Callers 1

__setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected