File: //opt/cppython/lib/python3.8/site-packages/botocore/__pycache__/stub.cpython-38.pyc
U
KD�g�; � @ sv d dl Z d dlmZ d dlmZ d dlmZ d dlmZm Z m
Z
mZ d dlm
Z
G dd� d�Ze� ZG d d
� d
�ZdS )� N)�deque)�pformat)�AWSResponse)�ParamValidationError�StubAssertionError�StubResponseError�UnStubbedResponseError)�validate_parametersc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �_ANYzZ
A helper object that compares equal to everything. Copied from
unittest.mock
c C s dS )NT� ��self�otherr r �:/opt/cppython/lib/python3.8/site-packages/botocore/stub.py�__eq__! s z_ANY.__eq__c C s dS )NFr r r r r �__ne__$ s z_ANY.__ne__c C s dS )Nz<ANY>r �r
r r r �__repr__'