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

Method __init__

suds/reader.py:123–132  ·  view source on GitHub ↗

@param options: An options object. @type options: I{Options} @param fn: A factory function (constructor) used to create the object not found in the cache. @type fn: I{Constructor}

(self, options, fn)

Source from the content-addressed store, hash-verified

121 """
122
123 def __init__(self, options, fn):
124 """
125 @param options: An options object.
126 @type options: I{Options}
127 @param fn: A factory function (constructor) used to
128 create the object not found in the cache.
129 @type fn: I{Constructor}
130 """
131 Reader.__init__(self, options)
132 self.fn = fn
133
134 def open(self, url):
135 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected