Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
dynamodb
/
File Content:
layer2.pyc
� ��Wc @ s� d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z m Z d d l m Z m Z m Z m Z d e f d � � YZ d e f d � � YZ d S( i����( t Layer1( t Table( t Schema( t Item( t BatchListt BatchWriteList( t get_dynamodb_typet Dynamizert LossyFloatDynamizert NonBooleanDynamizert TableGeneratorc B se e Z d Z d � Z e d � � Z e d � � Z e d � � Z e d � � Z d � Z d � Z RS( s This is an object that wraps up the table_generator function. The only real reason to have this is that we want to be able to accumulate and return the ConsumedCapacityUnits element that is part of each response. :ivar last_evaluated_key: A sequence representing the key(s) of the item last evaluated, or None if no additional results are available. :ivar remaining: The remaining quantity of results requested. :ivar table: The table to which the call was made. c C sp | | _ | | _ | d k r$ d n | | _ | | _ | | _ d | _ d | _ d | _ d | _ d | _ d S( Ni����g i ( t tablet callablet Nonet remainingt item_classt kwargst _consumed_unitst last_evaluated_keyt _countt _scanned_countt _response( t selfR R R R R ( ( s8 /usr/lib/python2.7/site-packages/boto/dynamodb/layer2.pyt __init__0 s c C s | j | j S( s� The total number of items retrieved thus far. This value changes with iteration and even when issuing a call with count=True, it is necessary to complete the iteration to assert an accurate count value. ( t responseR ( R ( ( s8 /usr/lib/python2.7/site-packages/boto/dynamodb/layer2.pyt count<