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

Method getSystemId

Lib/test/test_sax.py:1364–1365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1362 return "pubid"
1363
1364 def getSystemId(self):
1365 return "sysid"
1366
1367 def getLineNumber(self):
1368 return self._lineno

Calls

no outgoing calls

Tested by

no test coverage detected