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

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

Issue 12317103: Added gsutil to depot tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: added readme Created 7 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698