File Explorer

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

struct.py257 B · 16 lines
__all__ = [    # Functions    'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',    'iter_unpack',     # Classes    'Struct',     # Exceptions    'error'    ] from _struct import *from _struct import _clearcachefrom _struct import __doc__