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

Method replycontent

suds/bindings/binding.py:397–407  ·  view source on GitHub ↗

Get the reply body content. @param method: A service method. @type method: I{service.Method} @param body: The soap body @type body: L{Element} @return: the body content @rtype: [L{Element},...]

(self, method, body)

Source from the content-addressed store, hash-verified

395 return content
396
397 def replycontent(self, method, body):
398 """
399 Get the reply body content.
400 @param method: A service method.
401 @type method: I{service.Method}
402 @param body: The soap body
403 @type body: L{Element}
404 @return: the body content
405 @rtype: [L{Element},...]
406 """
407 raise Exception('not implemented')
408
409 def body(self, content):
410 """

Callers 1

get_replyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected