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

Method set_options

suds/client.py:122–129  ·  view source on GitHub ↗

Set options. @param kwargs: keyword arguments. @see: L{Options}

(self, **kwargs)

Source from the content-addressed store, hash-verified

120 self.messages = dict(tx=None, rx=None)
121
122 def set_options(self, **kwargs):
123 """
124 Set options.
125 @param kwargs: keyword arguments.
126 @see: L{Options}
127 """
128 p = Unskin(self.options)
129 p.update(kwargs)
130
131 def add_prefix(self, prefix, uri):
132 """

Callers 1

__init__Method · 0.95

Calls 2

UnskinClass · 0.90
updateMethod · 0.45

Tested by

no test coverage detected