Your IP : 216.73.216.196
B
�ˀX� � @ s d dl mZ G dd� de�ZdS )� )�Cassettec s� e Zd ZdZdZdd� Zdd� Z� fdd�Zdd
d�Zddd
�Z e
dd� �Zejdd� �Ze
dd� �Z
e
jdd� �Z
dd� Z� ZS )�
Configurationa> This object acts as a proxy to configure different parts of Betamax.
You should only ever encounter this object when configuring the library as
a whole. For example:
.. code::
with Betamax.configure() as config:
config.cassette_library_dir = 'tests/cassettes/'
config.default_cassette_options['record_mode'] = 'once'
config.default_cassette_options['match_requests_on'] = ['uri']
config.define_cassette_placeholder('<URI>', 'http://httpbin.org')
config.preserve_exact_body_bytes = True
z
vcr/cassettesc C s | S )N� )�selfr r �B/opt/alt/python37/lib/python3.7/site-packages/betamax/configure.py� __enter__ s zConfiguration.__enter__c G s d S )Nr )r �argsr r r �__exit__ s zConfiguration.__exit__c s* |dkrd| j |<