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

Method setPublicId

Lib/xml/sax/xmlreader.py:210–212  ·  view source on GitHub ↗

Sets the public identifier of this InputSource.

(self, public_id)

Source from the content-addressed store, hash-verified

208 self.__charfile = None
209
210 def setPublicId(self, public_id):
211 "Sets the public identifier of this InputSource."
212 self.__public_id = public_id
213
214 def getPublicId(self):
215 "Returns the public identifier of this InputSource."

Callers 1

resolveEntityMethod · 0.95

Calls

no outgoing calls

Tested by 1

resolveEntityMethod · 0.76