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

Method setSystemId

Lib/xml/sax/xmlreader.py:218–220  ·  view source on GitHub ↗

Sets the system identifier of this InputSource.

(self, system_id)

Source from the content-addressed store, hash-verified

216 return self.__public_id
217
218 def setSystemId(self, system_id):
219 "Sets the system identifier of this InputSource."
220 self.__system_id = system_id
221
222 def getSystemId(self):
223 "Returns the system identifier of this InputSource."

Callers 3

resolveEntityMethod · 0.95
prepare_input_sourceFunction · 0.95

Calls

no outgoing calls

Tested by 2

resolveEntityMethod · 0.76