File Explorer

/proc/self/root/proc/self/root/proc/1/root/proc/thread-self/root/lib64/python3.9/asyncio

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

log.py124 B · 8 lines
"""Logging configuration.""" import logging  # Name the logger after the package.logger = logging.getLogger(__package__)