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

Method resolveEntity

Lib/xml/sax/handler.py:228–232  ·  view source on GitHub ↗

Resolve the system identifier of an entity and return either the system identifier to read from as a string, or an InputSource to read from.

(self, publicId, systemId)

Source from the content-addressed store, hash-verified

226 this interface with the default behaviour."""
227
228 def resolveEntity(self, publicId, systemId):
229 """Resolve the system identifier of an entity and return either
230 the system identifier to read from as a string, or an InputSource
231 to read from."""
232 return systemId
233
234
235#============================================================================

Callers 1

external_entity_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected