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

Method resolveEntity

Lib/xml/sax/handler.py:230–234  ·  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

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

Callers 1

external_entity_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected