File: //home/arjun/projects/env/lib/python3.10/site-packages/boto/s3/__pycache__/keyfile.cpython-310.pyc
o
weK � @ s* d Z ddlZddlmZ G dd� d�ZdS )z�
Wrapper class to expose a Key being read via a partial implementaiton of the
Python file interface. The only functions supported are those needed for seeking
in a Key open for reading.
� N)�StorageResponseErrorc @ s� e Zd Zdd� Zdd� Zejfdd�Zdd� Zd d
� Z dd� Z
d
d� Zdd� Zdd� Z
dd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd � Zd!d"� Zd#S )$�KeyFilec C sF || _ | j �� d| _d| _d| _d| _d| _d| _d| _|j | _ d S )Nr F����rzUndefined in KeyFile)
�key� open_read�location�closed� softspace�mode�encoding�errors�newlines�name)�selfr � r �H/home/arjun/projects/env/lib/python3.10/site-packages/boto/s3/keyfile.py�__init__"