MCPcopy Index your code
hub / github.com/RustPython/RustPython / start_element

Method start_element

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

AttributesImplClass · 0.85
startElementMethod · 0.45

Tested by

no test coverage detected