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

Method process

suds/umx/core.py:43–52  ·  view source on GitHub ↗

Process an object graph representation of the xml I{node}. @param content: The current content being unmarshalled. @type content: L{Content} @return: A suds object. @rtype: L{Object}

(self, content)

Source from the content-addressed store, hash-verified

41 """
42
43 def process(self, content):
44 """
45 Process an object graph representation of the xml I{node}.
46 @param content: The current content being unmarshalled.
47 @type content: L{Content}
48 @return: A suds object.
49 @rtype: L{Object}
50 """
51 self.reset()
52 return self.append(content)
53
54 def append(self, content):
55 """

Callers

nothing calls this directly

Calls 2

resetMethod · 0.95
appendMethod · 0.95

Tested by

no test coverage detected