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

Method __deepcopy__

suds/transport/http.py:156–161  ·  view source on GitHub ↗
(self, memo={})

Source from the content-addressed store, hash-verified

154 return 0
155
156 def __deepcopy__(self, memo={}):
157 clone = self.__class__()
158 p = Unskin(self.options)
159 cp = Unskin(clone.options)
160 cp.update(p)
161 return clone
162
163
164class HttpAuthenticated(HttpTransport):

Callers

nothing calls this directly

Calls 2

UnskinClass · 0.90
updateMethod · 0.45

Tested by

no test coverage detected