Your IP : 3.147.48.226


Current Path : /opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/__pycache__/
Upload File :
Current File : //opt/imunify360/venv/lib64/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc

�

N�Dg ��j�ddlZddlZddlmZeeejfZd�Zdededefd�Z	dedefd	�Z
dS)
�N)�Unionc�p�tj�|��}tj|d���dS)z1Ensure that the parent directory of `path` existsT)�exist_okN)�os�path�dirname�makedirs)rrs  �p/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/_path.py�ensure_directoryrs0���g�o�o�d�#�#�G��K��$�'�'�'�'�'�'��p1�p2�returnc�B�t|��t|��kS)a�Differs from os.path.samefile because it does not require paths to exist.
    Purely string based (no comparison between i-nodes).
    >>> same_path("a/b", "./a/b")
    True
    >>> same_path("a/b", "a/./b")
    True
    >>> same_path("a/b", "././a/b")
    True
    >>> same_path("a/b", "./a/b/c/..")
    True
    >>> same_path("a/b", "../a/b/c")
    False
    >>> same_path("a", "a/b")
    False
    )�normpath)r
rs  r
�	same_pathrs�� �B�<�<�8�B�<�<�'�'r�filenamec��tjdkrtj�|��n|}tj�tj�tj�|������S)z2Normalize a file/dir name for comparison purposes.�cygwin)�sys�platformrr�abspath�normcase�realpathr)r�files  r
rr!s^��),���(@�(@�2�7�?�?�8�$�$�$�h�D�
�7���B�G�,�,�R�W�-=�-=�d�-C�-C�D�D�E�E�Er)rr�typingr�str�PathLike�_Pathr�boolrr�rr
�<module>r"s���	�	�	�	�
�
�
�
�������
�c�2�;����(�(�(�(�%�(�U�(�t�(�(�(�(�&F�u�F��F�F�F�F�F�Fr

?>