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

Method getSystemId

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

Source from the content-addressed store, hash-verified

68 return parser._source.getPublicId()
69
70 def getSystemId(self):
71 parser = self._ref
72 if parser is None:
73 return None
74 return parser._source.getSystemId()
75
76
77# --- ExpatParser

Callers

nothing calls this directly

Calls 1

getSystemIdMethod · 0.45

Tested by

no test coverage detected