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

Method start_element

Lib/xml/sax/expatreader.py:338–339  ·  view source on GitHub ↗
(self, name, attrs)

Source from the content-addressed store, hash-verified

336
337 # event handlers
338 def start_element(self, name, attrs):
339 self._cont_handler.startElement(name, AttributesImpl(attrs))
340
341 def end_element(self, name):
342 self._cont_handler.endElement(name)

Callers

nothing calls this directly

Calls 2

AttributesImplClass · 0.85
startElementMethod · 0.45

Tested by

no test coverage detected