Current Path: > > opt > alt > python312 > lib64 > python3.12 > 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-312.opt-1.pyc | File | 151 bytes | June 23 2025 13:59:40. | |
__init__.cpython-312.opt-2.pyc | File | 151 bytes | June 23 2025 13:59:40. | |
__init__.cpython-312.pyc | File | 151 bytes | June 23 2025 13:59:40. | |
error.cpython-312.opt-1.pyc | File | 3664 bytes | June 23 2025 13:59:40. | |
error.cpython-312.opt-2.pyc | File | 3001 bytes | June 23 2025 14:00:02. | |
error.cpython-312.pyc | File | 3664 bytes | June 23 2025 13:59:40. | |
parse.cpython-312.opt-1.pyc | File | 50629 bytes | June 23 2025 13:59:40. | |
parse.cpython-312.opt-2.pyc | File | 40062 bytes | June 23 2025 14:00:02. | |
parse.cpython-312.pyc | File | 50629 bytes | June 23 2025 13:59:40. | |
request.cpython-312.opt-1.pyc | File | 115320 bytes | June 23 2025 13:59:48. | |
request.cpython-312.opt-2.pyc | File | 103347 bytes | June 23 2025 14:00:01. | |
request.cpython-312.pyc | File | 115492 bytes | June 23 2025 13:59:40. | |
response.cpython-312.opt-1.pyc | File | 4430 bytes | June 23 2025 13:59:40. | |
response.cpython-312.opt-2.pyc | File | 3871 bytes | June 23 2025 14:00:01. | |
response.cpython-312.pyc | File | 4430 bytes | June 23 2025 13:59:40. | |
robotparser.cpython-312.opt-1.pyc | File | 12309 bytes | June 23 2025 13:59:40. | |
robotparser.cpython-312.opt-2.pyc | File | 11003 bytes | June 23 2025 14:00:01. | |
robotparser.cpython-312.pyc | File | 12309 bytes | June 23 2025 13:59:40. |
� 5[Yho � � � d Z ddlZddlZg d�Z G d� de� Z G d� deej j � Z G d� d e� Z y) 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� Zy)r Nc �6 � |f| _ || _ |�|| _ y y �N)�args�reason�filename)�selfr r s �3/opt/alt/python312/lib64/python3.12/urllib/error.py�__init__zURLError.__init__ s$ � ��G�� ������$�D�M� � c � � d| j z S )Nz<urlopen error %s>)r �r s r �__str__zURLError.__str__ s � �#�d�k�k�1�1r r )�__name__� __module__�__qualname__r r � r r r r s � �%�2r r c � � e Zd ZdZej j j Zd� Zd� Z d� Z ed� � Zed� � Z e j d� � Z y) r zBRaised when HTTP error occurs, but also acts like non-error returnc � � || _ || _ || _ || _ || _ |�t j � }| j ||||� y r )�code�msg�hdrs�fpr �io�BytesIO�_HTTPError__super_init)r �urlr r r r s r r zHTTPError.__init__'