MCPcopy Index your code
hub / github.com/python/cpython / endElementNS

Method endElementNS

Lib/xml/dom/pulldom.py:108–110  ·  view source on GitHub ↗
(self, name, tagName)

Source from the content-addressed store, hash-verified

106 self.push(node)
107
108 def endElementNS(self, name, tagName):
109 self.lastEvent[1] = [(END_ELEMENT, self.pop()), None]
110 self.lastEvent = self.lastEvent[1]
111
112 def startElement(self, name, attrs):
113 if self.document:

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected