HEX
Server: nginx/1.24.0
System: Linux localhost 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: www (1000)
PHP: 8.3.27
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //lib/python3.10/__pycache__/nturl2path.cpython-310.pyc
o

p̦iG�@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|vr.|dd�dkr |dd�}|�d�}|j�d	�|��S|�d�}t|�dksB|dd
|jvrJd|}t	|��|dd
�
�}|d�d�}|d}|D]}|rm|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)�urlr
�urllib�
components�comp�error�drive�path�r�!/usr/lib/python3.10/nturl2path.py�url2pathnames*	

�rcCs0ddl}|dd�dkr3|dd�}|dd���dkr%d|dd�}n|dd�d	kr3td
|��d	|vrQ|dd�dkrCd|}|�d�}|j�d�|��S|jd	dd
�}t|�dksft|d�dkrnd
|}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.rNrz\\?\zUNC\rr	rrz
Bad path: z\\r)�maxsplitz///)rrrr
r�quoterr)�prrrrrrrrr�pathname2url-s0
�r#N)�__doc__rr#rrrr�<module>s%