Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
dynamodb
/
File Content:
schema.pyc
� �Wc @ s d e f d � � YZ d S( t Schemac B s� e Z d Z d � Z d � Z e d d � � Z e d � � Z e d � � Z e d � � Z e d � � Z e d � � Z d � Z RS( s" Represents a DynamoDB schema. :ivar hash_key_name: The name of the hash key of the schema. :ivar hash_key_type: The DynamoDB type specification for the hash key of the schema. :ivar range_key_name: The name of the range key of the schema or None if no range key is defined. :ivar range_key_type: The DynamoDB type specification for the range key of the schema or None if no range key is defined. :ivar dict: The underlying Python dictionary that needs to be passed to Layer1 methods. c C s | | _ d S( N( t _dict( t selft schema_dict( ( s8 /usr/lib/python2.7/site-packages/boto/dynamodb/schema.pyt __init__( s c C s3 | j r"