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

Method setContentHandler

Lib/test/test_pulldom.py:242–243  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

240 ensure it emits the correct events"""
241
242 def setContentHandler(self, handler):
243 self._handler = handler
244
245 def parse(self, _):
246 h = self._handler

Calls

no outgoing calls

Tested by

no test coverage detected