/usr/lib/python2.6/site-packages/boto/sdb
Edit: /usr/lib/python2.6/site-packages/boto/sdb/__init__.pyc (1266B)
-Sc @ s6 d d k l Z d d k l Z d Z d Z d S( i( t
SDBRegionInfo( t get_regionsc C s t d d t S( s
Get all available regions for the SDB service.
:rtype: list
:return: A list of :class:`boto.sdb.regioninfo.RegionInfo` instances
t sdbt
region_cls( R R ( ( ( s5 /usr/lib/python2.6/site-packages/boto/sdb/__init__.pyt regions s c K s6 x/ t D]$ } | i | j o | i | Sq
Wd S( sV
Given a valid region name, return a
:class:`boto.sdb.connection.SDBConnection`.
:type: str
:param region_name: The name of the region to connect to.
:rtype: :class:`boto.sdb.connection.SDBConnection` or ``None``
:return: A connection to the given region, or None if an invalid region
name is given
N( R t namet connectt None( t region_namet kw_paramst region( ( s5 /usr/lib/python2.6/site-packages/boto/sdb/__init__.pyt connect_to_region( s
N( t boto.sdb.regioninfoR t boto.regioninfoR R R ( ( ( s5 /usr/lib/python2.6/site-packages/boto/sdb/__init__.pyt
s