File: //home/arjun/projects/env/lib64/python3.10/site-packages/boto/sdb/__pycache__/item.cpython-310.pyc
o
we� � @ s d dl Z G dd� de�ZdS )� Nc @ sT e Zd ZdZddd�Zdd� Zdd � Zd
d� Zdd
� Zddd�Z dd� Z
dd� ZdS )�Itemat
A ``dict`` sub-class that serves as an object representation of a
SimpleDB item. An item in SDB is similar to a row in a relational
database. Items belong to a :py:class:`Domain <boto.sdb.domain.Domain>`,
which is similar to a table in a relational database.
The keys on instances of this object correspond to attributes that are
stored on the SDB item.
.. tip:: While it is possible to instantiate this class directly, you may
want to use the convenience methods on :py:class:`boto.sdb.domain.Domain`
for that purpose. For example, :py:meth:`boto.sdb.domain.Domain.get_item`.
� Fc C s>