| __pycache__ | |||
| __init__.py | |||
| _abc.py | |||
| _local.py |
|
Server : LiteSpeed System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : alloknri ( 880) PHP Version : 8.1.34 Disable Function : NONE Directory : /opt/alt/python313/lib64/python3.13/pathlib/ |
"""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__)
| __pycache__ | |||
| __init__.py | |||
| _abc.py | |||
| _local.py |