File Explorer

/proc/thread-self/root/proc/self/root/proc/self/task/13/root/usr/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 /.

decimal.py320 B · 12 lines
 try:    from _decimal import *    from _decimal import __doc__    from _decimal import __version__    from _decimal import __libmpdec_version__except ImportError:    from _pydecimal import *    from _pydecimal import __doc__    from _pydecimal import __version__    from _pydecimal import __libmpdec_version__