HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/self/root/opt/python38/lib/python3.8/__pycache__/nturl2path.cpython-38.pyc
U

�i�_
�@sdZdd�Zdd�ZdS)z�Convert a NT pathname to a file URL and vice versa.

This module only exists to provide OS-specific code
for urllib.requests, thus do not use directly.
cCs�ddl}ddl}|�dd�}d|kr\|dd�dkr@|dd�}|�d�}|j�d	�|��S|�d�}t|�dks�|dd
|jkr�d|}t	|��|dd
�
�}|d�d�}|d}|D]}|r�|d	|j�|�}q�|�d�r�|�d�r�|d	7}|S)
z{OS-specific conversion from a relative URL of the 'file' scheme
    to a file system path; not recommended for general use.�N�:�|�z////��/�\���z	Bad URL: �)�string�urllib.parse�replace�split�parse�unquote�join�len�
ascii_letters�OSError�upper�endswith)Zurlr
�urllib�
components�comp�error�drive�path�r�)/opt/python38/lib/python3.8/nturl2path.py�url2pathnames(	

rcCs�ddl}d|krD|dd�dkr(d|}|�d�}|j�d�|��S|�d�}t|�dksjt|d�dkrzd	|}t|��|j�|d���}|d�d�}d
|d}|D]}|r�|d|j�|�}q�|S)z{OS-specific conversion from a file system path to a relative URL
    of the 'file' scheme; not recommended for general use.rNrrz\\rrr	z
Bad path: z///)rr
r�quoterrrr)�prrrrrrrrr�pathname2url-s"

r!N)�__doc__rr!rrrr�<module>s%