/proc/self/root/proc/self/root/proc/self/root/usr/lib64/python3.9/xml/parsers
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
"""Interface to the Expat non-validating XML parser."""import sys from pyexpat import * # provide pyexpat submodules as xml.parsers.expat submodulessys.modules['xml.parsers.expat.model'] = modelsys.modules['xml.parsers.expat.errors'] = errors