Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: third_party/gsutil/boto/docs/source/ref/sdb.rst

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .. ref-sdb
2
3 =============
4 SDB Reference
5 =============
6
7 In addition to what is seen below, boto includes an abstraction
8 layer for SimpleDB that may be used:
9
10 * :doc:`SimpleDB DB <sdb_db>` (Maintained, but little documentation)
11
12 boto.sdb
13 --------
14
15 .. automodule:: boto.sdb
16 :members:
17 :undoc-members:
18
19 boto.sdb.connection
20 -------------------
21
22 .. automodule:: boto.sdb.connection
23 :members:
24 :undoc-members:
25
26 boto.sdb.domain
27 ---------------
28
29 .. automodule:: boto.sdb.domain
30 :members:
31 :undoc-members:
32
33 boto.sdb.item
34 -------------
35
36 .. automodule:: boto.sdb.item
37 :members:
38 :undoc-members:
39
40 boto.sdb.queryresultset
41 -----------------------
42
43 .. automodule:: boto.sdb.queryresultset
44 :members:
45 :undoc-members:
OLDNEW
« no previous file with comments | « third_party/gsutil/boto/docs/source/ref/s3.rst ('k') | third_party/gsutil/boto/docs/source/ref/sdb_db.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698