Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
usr
/
lib
/
python2.7
/
site-packages
/
future
/
backports
/
urllib
[ HOME ]
Exec
Submit
error.pyc
� ,�]c @` s� d Z d d l m Z m Z m Z d d l m Z d d l m Z d d d g Z d e f d � � YZ d e e j f d � � YZ d e f d � � YZ d S( u� Exception classes raised by urllib. The base exception class is URLError, which inherits from IOError. 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. i ( t absolute_importt divisiont unicode_literals( t standard_library( t responseu URLErroru HTTPErroru ContentTooShortErrort URLErrorc B` s e Z d d � Z d � Z RS( c C` s1 | f | _ | | _ | d k r- | | _ n d S( N( t argst reasont Nonet filename( t selfR R ( ( sA /usr/lib/python2.7/site-packages/future/backports/urllib/error.pyt __init__ s c C` s d | j S( Nu <urlopen error %s>( R ( R ( ( sA /usr/lib/python2.7/site-packages/future/backports/urllib/error.pyt __str__&