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

Class Uninitialized

suds/client.py:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 @rtype: L{Client}
173 """
174 class Uninitialized(Client):
175 def __init__(self):
176 pass
177 clone = Uninitialized()
178 clone.options = Options()
179 cp = Unskin(clone.options)

Callers 1

cloneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected