File Explorer

/proc/self/root/proc/thread-self/root/proc/self/task/12/root/lib64/python3.9

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

contextvars.py129 B · 5 lines
from _contextvars import Context, ContextVar, Token, copy_context  __all__ = ('Context', 'ContextVar', 'Token', 'copy_context')