Skip to content
Navigation Menu
{{ message }}
forked from jdunck/python-cloudfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclass-tree.html
More file actions
212 lines (202 loc) · 9.77 KB
/
Copy pathclass-tree.html
File metadata and controls
212 lines (202 loc) · 9.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class Hierarchy</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="cloudfiles-module.html">Home</a> </th>
<!-- Tree link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Trees </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.rackspacecloud.com/">Cloud Files Python API</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%"> </td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="class-tree.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<center><b>
[ <a href="module-tree.html">Module Hierarchy</a>
| <a href="class-tree.html">Class Hierarchy</a> ]
</b></center><br />
<h1 class="epydoc">Class Hierarchy</h1>
<ul class="nomargin-top">
<li> <strong class="uidlink">Queue.Queue</strong>:
<em class="summary">Create a queue object with a given maximum size.</em>
<ul>
<li> <strong class="uidlink"><a href="cloudfiles.connection.ConnectionPool-class.html">cloudfiles.connection.ConnectionPool</a></strong>:
<em class="summary">A thread-safe connection pool object.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink">object</strong>:
<em class="summary">The most base type</em>
<ul>
<li> <strong class="uidlink">exceptions.BaseException</strong>:
<em class="summary">Common base class for all exceptions</em>
<ul>
<li> <strong class="uidlink">exceptions.Exception</strong>:
<em class="summary">Common base class for all non-exit exceptions.</em>
<ul>
<li> <strong class="uidlink">exceptions.StandardError</strong>:
<em class="summary">Base class for all standard Python exceptions that do not represent
interpreter exiting.</em>
<ul>
<li> <strong class="uidlink"><a href="cloudfiles.errors.Error-class.html">cloudfiles.errors.Error</a></strong>:
<em class="summary">Base class for all errors and exceptions</em>
<ul>
<li> <strong class="uidlink"><a href="cloudfiles.errors.AuthenticationError-class.html">cloudfiles.errors.AuthenticationError</a></strong>:
<em class="summary">Raised when an unspecified authentication error has occurred.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.AuthenticationFailed-class.html">cloudfiles.errors.AuthenticationFailed</a></strong>:
<em class="summary">Raised on a failure to authenticate.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.CDNNotEnabled-class.html">cloudfiles.errors.CDNNotEnabled</a></strong>:
<em class="summary">CDN is not enabled for this account.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.ContainerExists-class.html">cloudfiles.errors.ContainerExists</a></strong>:
<em class="summary">Raised when attempting to create a Container when the container
already exists.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.ContainerNotEmpty-class.html">cloudfiles.errors.ContainerNotEmpty</a></strong>:
<em class="summary">Raised when attempting to delete a Container that still contains
Objects.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.ContainerNotPublic-class.html">cloudfiles.errors.ContainerNotPublic</a></strong>:
<em class="summary">Raised when public features of a non-public container are accessed.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.IncompleteSend-class.html">cloudfiles.errors.IncompleteSend</a></strong>:
<em class="summary">Raised when there is a insufficient amount of data to send.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.InvalidContainerName-class.html">cloudfiles.errors.InvalidContainerName</a></strong>:
<em class="summary">Raised for invalid storage container names.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.InvalidMetaName-class.html">cloudfiles.errors.InvalidMetaName</a></strong>:
<em class="summary">Raised for invalid metadata names.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.InvalidMetaValue-class.html">cloudfiles.errors.InvalidMetaValue</a></strong>:
<em class="summary">Raised for invalid metadata value.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.InvalidObjectName-class.html">cloudfiles.errors.InvalidObjectName</a></strong>:
<em class="summary">Raised for invalid storage object names.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.InvalidObjectSize-class.html">cloudfiles.errors.InvalidObjectSize</a></strong>:
<em class="summary">Not a valid storage_object size attribute.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.InvalidUrl-class.html">cloudfiles.errors.InvalidUrl</a></strong>:
<em class="summary">Not a valid url for use with this software.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.NoSuchContainer-class.html">cloudfiles.errors.NoSuchContainer</a></strong>:
<em class="summary">Raised on a non-existent Container.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.NoSuchObject-class.html">cloudfiles.errors.NoSuchObject</a></strong>:
<em class="summary">Raised on a non-existent Object.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.errors.ResponseError-class.html">cloudfiles.errors.ResponseError</a></strong>:
<em class="summary">Raised when the remote service returns an error.</em>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.connection.Connection-class.html">cloudfiles.connection.Connection</a></strong>:
<em class="summary">Manages the connection to the storage system and serves as a
factory for Container instances.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.container.Container-class.html">cloudfiles.container.Container</a></strong>:
<em class="summary">Container object and Object instance factory.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.container.ContainerResults-class.html">cloudfiles.container.ContainerResults</a></strong>:
<em class="summary">An iterable results set object for Containers.</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.storage_object.Object-class.html">cloudfiles.storage_object.Object</a></strong>:
<em class="summary">Storage data representing an object, (metadata and data).</em>
</li>
<li> <strong class="uidlink"><a href="cloudfiles.storage_object.ObjectResults-class.html">cloudfiles.storage_object.ObjectResults</a></strong>:
<em class="summary">An iterable results set object for Objects.</em>
</li>
</ul>
</li>
</ul>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="cloudfiles-module.html">Home</a> </th>
<!-- Tree link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Trees </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.rackspacecloud.com/">Cloud Files Python API</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Thu Sep 1 19:47:56 2011
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
You can’t perform that action at this time.
