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

Method _finish_pending_start_element

Lib/xml/sax/saxutils.py:143–146  ·  view source on GitHub ↗
(self,endElement=False)

Source from the content-addressed store, hash-verified

141 return name[1]
142
143 def _finish_pending_start_element(self,endElement=False):
144 if self._pending_start_element:
145 self._write('>')
146 self._pending_start_element = False
147
148 # ContentHandler methods
149

Callers 5

startElementMethod · 0.95
startElementNSMethod · 0.95
charactersMethod · 0.95
ignorableWhitespaceMethod · 0.95
processingInstructionMethod · 0.95

Calls 1

_writeMethod · 0.45

Tested by

no test coverage detected