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

Method startElement

Lib/test/test_sax.py:1062–1063  ·  view source on GitHub ↗
(self, name, attrs)

Source from the content-addressed store, hash-verified

1060 class AttrGatherer(ContentHandler):
1061
1062 def startElement(self, name, attrs):
1063 self._attrs = attrs
1064
1065 def startElementNS(self, name, qname, attrs):
1066 self._attrs = attrs

Callers 2

parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected