MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / endElement

Method endElement

tools/python-3.11.9-amd64/Lib/xml/dom/pulldom.py:127–129  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

125 self.push(node)
126
127 def endElement(self, name):
128 self.lastEvent[1] = [(END_ELEMENT, self.pop()), None]
129 self.lastEvent = self.lastEvent[1]
130
131 def comment(self, s):
132 if self.document:

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected