/usr/lib/python3/dist-packages/urllib3/util/__pycache__
Edit: /usr/lib/python3/dist-packages/urllib3/util/__pycache__/response.cpython-310.pyc (2300B)
o
j
@ sP d dl mZ d dlmZmZ ddlmZ d dlmZ dd Z
dd Zd
d ZdS )
)absolute_import)!MultipartInvariantViolationDefectStartBoundaryNotFoundDefect )HeaderParsingError)http_clientc C s` z| W S ty Y nw z| jW S ty Y nw z| jdu W S ty/ Y tdw )zt
Checks whether a given file-like object is closed.
:param obj:
The file-like object to check.
Nz)Unable to determine whether fp is closed.)isclosedAttributeErrorclosedfp
ValueError)obj r 7/usr/lib/python3/dist-packages/urllib3/util/response.pyis_fp_closed s
r c C s t | tjstdt| t| dd}t| dd}d}|r/| s/| }t |tt fr/|}|r8dd |D }|s<|rBt
||ddS )a>
Asserts whether all headers have been successfully parsed.
Extracts encountered errors from the result of parsing headers.
Only works on Python 3.
:param http.client.HTTPMessage headers: Headers to verify.
:raises urllib3.exceptions.HeaderParsingError:
If parsing errors are found.
z"expected httplib.Message, got {0}.defectsNget_payloadc S s g | ]}t |ttfs|qS r )
isinstancer r ).0defectr r r
R s z)assert_header_parsing..)r
unparsed_data)r httplibHTTPMessage TypeErrorformattypegetattris_multipartbytesstrr )headersr r r payloadr r r assert_header_parsing( s" r# c C s$ | j }t|tr|dkS | dkS )z
Checks whether the request of a response has been a HEAD-request.
Handles the quirks of AppEngine.
:param http.client.HTTPResponse response:
Response to check if the originating request
used 'HEAD' as a method.
HEAD)_methodr intupper)responsemethodr r r is_response_to_head^ s
r+ N)
__future__r email.errorsr r
exceptionsr six.movesr r r r# r+ r r r r s 6