Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/botocore/vendored/requests/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1 statements  

1# -*- coding: utf-8 -*- 

2 

3# __ 

4# /__) _ _ _ _ _/ _ 

5# / ( (- (/ (/ (- _) / _) 

6# / 

7from .exceptions import ( 

8 RequestException, Timeout, URLRequired, 

9 TooManyRedirects, HTTPError, ConnectionError 

10)