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