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

Method startElement

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

Source from the content-addressed store, hash-verified

1079 class AttrGatherer(ContentHandler):
1080
1081 def startElement(self, name, attrs):
1082 self._attrs = attrs
1083
1084 def startElementNS(self, name, qname, attrs):
1085 self._attrs = attrs

Callers 2

parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected