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

Method setContentHandler

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected