Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getSystemId
Method · 0.45
prepareParser
Method · 0.45
external_entity_ref
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected