/
opt
/
imh
/
python3.13
/
lib
/
python3.13
/
pathlib
/
/opt/imh/python3.13/lib/python3.13/pathlib
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
_abc.py
33565
0644
edit
dl
rm
_local.py
31412
0644
edit
dl
rm
__init__.py
296
0644
edit
dl
rm
Edit:
/opt/imh/python3.13/lib/python3.13/pathlib/__init__.py
(296B)
"""Object-oriented filesystem paths. This module provides classes to represent abstract paths and concrete paths with operations that have semantics appropriate for different operating systems. """ from ._abc import * from ._local import * __all__ = (_abc.__all__ + _local.__all__)
Save
cmd:
run