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

Method getSystemId

Lib/xml/sax/expatreader.py:334–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 return self._source.getPublicId()
333
334 def getSystemId(self):
335 return self._source.getSystemId()
336
337 # event handlers
338 def start_element(self, name, attrs):

Callers 3

getSystemIdMethod · 0.45
prepareParserMethod · 0.45
external_entity_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected