| Server IP : 66.29.153.156 / Your IP : 216.73.217.75 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__/ |
Upload File : |
3
�Pf� � @ s� d dl mZ d dlmZ d dlZddlmZ dddd d
ddgZdZej d�Z
ddlmZ G dd� dede��Z
dd� Zdd� Zdd� ZdS )� )�absolute_import)�
namedtupleN� )�LocationParseError�scheme�auth�host�port�path�query�fragment�http�httpsz[ - ])�quotec s^ e Zd ZdZf Zd� fdd� Zedd� �Zedd� �Zed d
� �Z edd� �Z
d
d� Z� ZS )�Urlz�
Datastructure for representing an HTTP URL. Used as a return value for
:func:`parse_url`. Both the scheme and host are normalized as they are
both case-insensitive according to RFC 3986.
Nc sV |r|j d� rd| }|r$|j� }|r8|tkr8|j� }tt| �j| |||||||�S )N�/)�
startswith�lower�NORMALIZABLE_SCHEMES�superr �__new__)�clsr r r r r
r r )� __class__� �/usr/lib/python3.6/url.pyr s zUrl.__new__c C s | j S )z@For backwards-compatibility with urlparse. We're nice like that.)r )�selfr r r �hostname$ s zUrl.hostnamec C s&