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

Method param_defs

suds/bindings/rpc.py:38–39  ·  view source on GitHub ↗
(self, method)

Source from the content-addressed store, hash-verified

36 """
37
38 def param_defs(self, method):
39 return self.bodypart_types(method)
40
41 def envelope(self, header, body):
42 env = Binding.envelope(self, header, body)

Callers 2

bodycontentMethod · 0.95
addportsMethod · 0.45

Calls 1

bodypart_typesMethod · 0.80

Tested by

no test coverage detected