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

Method external_entity_ref_handler

Lib/xml/dom/expatbuilder.py:340–341  ·  view source on GitHub ↗
(self, context, base, systemId, publicId)

Source from the content-addressed store, hash-verified

338 self._cdata_continue = False
339
340 def external_entity_ref_handler(self, context, base, systemId, publicId):
341 return 1
342
343 def first_element_handler(self, name, attributes):
344 if self._filter is None and not self._elem_info:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected