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

Method endElementNS

Lib/xml/sax/saxutils.py:276–277  ·  view source on GitHub ↗
(self, name, qname)

Source from the content-addressed store, hash-verified

274 self._cont_handler.startElementNS(name, qname, attrs)
275
276 def endElementNS(self, name, qname):
277 self._cont_handler.endElementNS(name, qname)
278
279 def characters(self, content):
280 self._cont_handler.characters(content)

Callers

nothing calls this directly

Calls 1

endElementNSMethod · 0.45

Tested by

no test coverage detected