MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / reset

Method reset

suds/resolver.py:242–246  ·  view source on GitHub ↗

Reset the resolver's state.

(self)

Source from the content-addressed store, hash-verified

240 self.stack = Stack()
241
242 def reset(self):
243 """
244 Reset the resolver's state.
245 """
246 self.stack = Stack()
247
248 def push(self, x):
249 """

Callers

nothing calls this directly

Calls 1

StackClass · 0.85

Tested by

no test coverage detected