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

Method getSystemId

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

Source from the content-addressed store, hash-verified

334 return self._source.getPublicId()
335
336 def getSystemId(self):
337 return self._source.getSystemId()
338
339 # event handlers
340 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