File Explorer

/proc/self/root/proc/self/root/proc/thread-self/root/usr/lib64/python3.9/distutils

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 /.

__init__.py236 B · 14 lines
"""distutils The main package for the Python Module Distribution Utilities.  Normallyused from a setup script as    from distutils.core import setup    setup (...)""" import sys __version__ = sys.version[:sys.version.index(' ')]