Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
boto
/
sdb
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: item.cpython-310.pyc
o ckF[� � @ 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>