)JO d Z ddlmZmZmZ ddlmZ G d de Z G d de Z G d d e Z G d
de Z
[[[[dS )
a Response classes used by urllib.
The base class, addbase, defines a minimal file-like interface,
including read() and readline(). The typical response object is an
addinfourl instance, which defines an info() method that returns
headers and a geturl() method that returns the url.
)absolute_importdivisionunicode_literals)objectc 6 e Zd ZdZd Zd Zd Zd Zd Zd Z dS ) addbasez(Base class for addinfo and addclosehook.c || _ | j j | _ | j j | _ t | j d r| j j | _ t | j d r| j j | _ d S d | _ d S )N readlinesfilenoc d S N r r/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/future/backports/urllib/response.py