⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.12
/
urllib
/
__pycache__
/
View File Name :
error.cpython-312.pyc
CRho d Z ddlZddlZg dZ 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 HTTPErrorContentTooShortErrorc e Zd ZddZd Zy)r Nc 6 |f| _ || _ ||| _ y y N)argsreasonfilename)selfr r s #/usr/lib/python3.12/urllib/error.py__init__zURLError.__init__ s$ G $DM c d| j z S )Nz
)r r s r __str__zURLError.__str__ s #dkk11r 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 )codemsghdrsfpr ioBytesIO_HTTPError__super_init)r urlr r r r s r r zHTTPError.__init__' sI :B"dC.r c : d| j d| j S )NzHTTP Error : r r r s r r zHTTPError.__str__1 s &*ii::r c <