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

Method marshaller

suds/bindings/binding.py:85–91  ·  view source on GitHub ↗

Get the appropriate XML encoder. @return: An L{MxLiteral} marshaller. @rtype: L{MxLiteral}

(self)

Source from the content-addressed store, hash-verified

83 return UmxBasic()
84
85 def marshaller(self):
86 """
87 Get the appropriate XML encoder.
88 @return: An L{MxLiteral} marshaller.
89 @rtype: L{MxLiteral}
90 """
91 return MxLiteral(self.schema(), self.options().xstq)
92
93 def param_defs(self, method):
94 """

Callers 2

mkparamMethod · 0.95
mkheaderMethod · 0.95

Calls 2

schemaMethod · 0.95
optionsMethod · 0.95

Tested by

no test coverage detected