MCPcopy Create free account
hub / github.com/RustPython/RustPython / getSystemId

Method getSystemId

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getSystemIdMethod · 0.45

Tested by

no test coverage detected