查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: __init__.py
路径:
/opt/alt/python313/lib64/python3.13/pathlib/__init__.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
"""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__)
💾 保存文件
← 返回文件管理器