Current Path: > > opt > alt > python311 > lib64 > python3.11 > urllib > > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-311.opt-1.pyc | File | 163 bytes | June 23 2025 15:47:46. | |
__init__.cpython-311.opt-2.pyc | File | 163 bytes | June 23 2025 15:47:46. | |
__init__.cpython-311.pyc | File | 163 bytes | June 23 2025 15:47:46. | |
error.cpython-311.opt-1.pyc | File | 3898 bytes | June 23 2025 15:47:46. | |
error.cpython-311.opt-2.pyc | File | 3224 bytes | June 23 2025 15:47:55. | |
error.cpython-311.pyc | File | 3898 bytes | June 23 2025 15:47:46. | |
parse.cpython-311.opt-1.pyc | File | 55546 bytes | June 23 2025 15:47:46. | |
parse.cpython-311.opt-2.pyc | File | 44959 bytes | June 23 2025 15:47:55. | |
parse.cpython-311.pyc | File | 55546 bytes | June 23 2025 15:47:46. | |
request.cpython-311.opt-1.pyc | File | 126343 bytes | June 23 2025 15:47:50. | |
request.cpython-311.opt-2.pyc | File | 114349 bytes | June 23 2025 15:47:55. | |
request.cpython-311.pyc | File | 126562 bytes | June 23 2025 15:47:46. | |
response.cpython-311.opt-1.pyc | File | 5206 bytes | June 23 2025 15:47:46. | |
response.cpython-311.opt-2.pyc | File | 4630 bytes | June 23 2025 15:47:55. | |
response.cpython-311.pyc | File | 5206 bytes | June 23 2025 15:47:46. | |
robotparser.cpython-311.opt-1.pyc | File | 13347 bytes | June 23 2025 15:47:46. | |
robotparser.cpython-311.opt-2.pyc | File | 12023 bytes | June 23 2025 15:47:55. | |
robotparser.cpython-311.pyc | File | 13347 bytes | June 23 2025 15:47:46. |
� !A?ho � � � d Z ddlZddlZg d�Z G d� de� � Z G d� deej j � � Z G d� d e� � Z dS ) a� Exception classes raised by urllib. The base exception class is URLError, which inherits from OSError. It doesn't define any behavior of its own, but is the base class for all exceptions defined in this package. HTTPError is an exception class that is also a valid HTTP response instance. It behaves this way because HTTP protocol errors are valid responses, with a status code, headers, and a body. In some contexts, an application may want to handle an exception like a regular response. � N)�URLError� HTTPError�ContentTooShortErrorc � � e Zd Zdd�Zd� ZdS )r Nc �: � |f| _ || _ |� || _ d S d S �N)�args�reason�filename)�selfr r s �3/opt/alt/python311/lib64/python3.11/urllib/error.py�__init__zURLError.__init__ s+ � ��G�� ������$�D�M�M�M� �� c � � d| j z S )Nz<urlopen error %s>)r �r s r �__str__zURLError.__str__ s � �#�d�k�1�1r r )�__name__� __module__�__qualname__r r � r r r r s7 � � � � � �%� %� %� %�2� 2� 2� 2� 2r r c � � e Zd ZdZej j j Zd� Zd� Z d� Z ed� � � Zed� � � Z e j d� � � Z dS ) r zBRaised when HTTP error occurs, but also acts like non-error returnc � � || _ || _ || _ || _ || _ |�t j � � }| � ||||� � d S r )�code�msg�hdrs�fpr �io�BytesIO�_HTTPError__super_init)r �urlr r r r s r r zHTTPError.__init__'