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

Method getSystemId

Lib/xml/sax/xmlreader.py:222–224  ·  view source on GitHub ↗

Returns the system identifier of this InputSource.

(self)

Source from the content-addressed store, hash-verified

220 self.__system_id = system_id
221
222 def getSystemId(self):
223 "Returns the system identifier of this InputSource."
224 return self.__system_id
225
226 def setEncoding(self, encoding):
227 """Sets the character encoding of this InputSource.

Callers 1

prepare_input_sourceFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected