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

Method unmarshaller

suds/bindings/rpc.py:89–98  ·  view source on GitHub ↗

Get the appropriate XML decoder. @return: Either the (basic|typed) unmarshaller. @rtype: L{UmxTyped}

(self, typed=True)

Source from the content-addressed store, hash-verified

87 return MxEncoded(self.schema())
88
89 def unmarshaller(self, typed=True):
90 """
91 Get the appropriate XML decoder.
92 @return: Either the (basic|typed) unmarshaller.
93 @rtype: L{UmxTyped}
94 """
95 if typed:
96 return UmxEncoded(self.schema())
97 else:
98 return RPC.unmarshaller(self, typed)

Callers

nothing calls this directly

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected