File: //opt/cppython/lib/python3.8/site-packages/botocore/__pycache__/eventstream.cpython-38.pyc
U
KD�gO � @ s� d Z ddlmZ ddlmZ ddlmZ dZdZG dd� de �Z
G d d
� d
e
�ZG dd� de
�ZG d
d� de
�Z
G dd� de
�ZG dd� de
�ZG dd� d�Zd"dd�ZG dd� d�ZG dd� d�ZG dd� d�ZG dd� d�ZG dd � d �Zd!S )#zBinary Event Stream Decoding� )�crc32)�unpack)�EventStreamError� i c @ s e Zd ZdZdS )�ParserErrorz,Base binary flow encoding parsing exception.N)�__name__�
__module__�__qualname__�__doc__� r r �A/opt/cppython/lib/python3.8/site-packages/botocore/eventstream.pyr s r c s e Zd ZdZ� fdd�Z� ZS )�DuplicateHeaderz$Duplicate header found in the event.c s d|� d�}t � �|� d S )NzDuplicate header present: "�"��super�__init__)�self�header�message�� __class__r r r "