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

Method __init__

suds/reader.py:39–45  ·  view source on GitHub ↗

@param options: An options object. @type options: I{Options}

(self, options)

Source from the content-addressed store, hash-verified

37 """
38
39 def __init__(self, options):
40 """
41 @param options: An options object.
42 @type options: I{Options}
43 """
44 self.options = options
45 self.plugins = PluginContainer(options.plugins)
46
47 def mangle(self, name, x):
48 """

Callers 1

__init__Method · 0.45

Calls 1

PluginContainerClass · 0.90

Tested by

no test coverage detected