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

Method handler

Lib/xml/etree/ElementTree.py:1591–1593  ·  view source on GitHub ↗
(tag, attrib_in, event=event_name, append=append,
                            start=self._start)

Source from the content-addressed store, hash-verified

1589 if event_name == "start":
1590 parser.ordered_attributes = 1
1591 def handler(tag, attrib_in, event=event_name, append=append,
1592 start=self._start):
1593 append((event, start(tag, attrib_in)))
1594 parser.StartElementHandler = handler
1595 elif event_name == "end":
1596 def handler(tag, event=event_name, append=append,

Callers

nothing calls this directly

Calls 4

endClass · 0.85
startFunction · 0.50
commentMethod · 0.45
piMethod · 0.45

Tested by

no test coverage detected