File Explorer

/proc/thread-self/root/proc/self/root/proc/thread-self/root/lib64/python3.9/lib2to3

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__.py163 B · 9 lines
import warnings  warnings.warn(    "lib2to3 package is deprecated and may not be able to parse Python 3.10+",    PendingDeprecationWarning,    stacklevel=2,)