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

Method pop

suds/sax/parser.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 return node
96
97 def pop(self):
98 return self.nodes.pop()
99
100 def top(self):
101 return self.nodes[len(self.nodes)-1]

Callers 2

endElementMethod · 0.95
__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected