|
1 <?xml version="1.0" encoding="ascii"?> |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
5 <head> |
|
6 <title>configuration.Specification</title> |
|
7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
|
8 <script type="text/javascript" src="epydoc.js"></script> |
|
9 </head> |
|
10 |
|
11 <body bgcolor="white" text="black" link="blue" vlink="#204080" |
|
12 alink="#204080"> |
|
13 <!-- ==================== NAVIGATION BAR ==================== --> |
|
14 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
15 bgcolor="#a0c0ff" cellspacing="0"> |
|
16 <tr valign="middle"> |
|
17 |
|
18 <!-- Tree link --> |
|
19 <th> <a |
|
20 href="module-tree.html">Trees</a> </th> |
|
21 |
|
22 <!-- Index link --> |
|
23 <th> <a |
|
24 href="identifier-index.html">Indices</a> </th> |
|
25 |
|
26 <!-- Help link --> |
|
27 <th> <a |
|
28 href="help.html">Help</a> </th> |
|
29 |
|
30 <th class="navbar" width="100%"></th> |
|
31 </tr> |
|
32 </table> |
|
33 <table width="100%" cellpadding="0" cellspacing="0"> |
|
34 <tr valign="top"> |
|
35 <td width="100%"> |
|
36 <span class="breadcrumbs"> |
|
37 <a href="configuration-module.html">Module configuration</a> :: |
|
38 Class Specification |
|
39 </span> |
|
40 </td> |
|
41 <td> |
|
42 <table cellpadding="0" cellspacing="0"> |
|
43 <!-- hide/show private --> |
|
44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
|
45 onclick="toggle_private();">hide private</a>]</span></td></tr> |
|
46 <tr><td align="right"><span class="options" |
|
47 >[<a href="frames.html" target="_top">frames</a |
|
48 >] | <a href="configuration.Specification-class.html" |
|
49 target="_top">no frames</a>]</span></td></tr> |
|
50 </table> |
|
51 </td> |
|
52 </tr> |
|
53 </table> |
|
54 <!-- ==================== CLASS DESCRIPTION ==================== --> |
|
55 <h1 class="epydoc">Class Specification</h1><span class="codelink"><a href="configuration-pysrc.html#Specification">source code</a></span><br /><br /> |
|
56 <pre class="base-tree"> |
|
57 object --+ |
|
58 | |
|
59 UserDict.DictMixin --+ |
|
60 | |
|
61 <a href="configuration.Configuration-class.html">Configuration</a> --+ |
|
62 | |
|
63 <a href="configuration.NestedConfiguration-class.html">NestedConfiguration</a> --+ |
|
64 | |
|
65 <strong class="uidshort">Specification</strong> |
|
66 </pre> |
|
67 |
|
68 <hr /> |
|
69 Deprecated. This should be removed in future, it adds no value.<br /><br /> |
|
70 |
|
71 <!-- ==================== INSTANCE METHODS ==================== --> |
|
72 <a name="section-InstanceMethods"></a> |
|
73 <table class="summary" border="1" cellpadding="3" |
|
74 cellspacing="0" width="100%" bgcolor="white"> |
|
75 <tr bgcolor="#70b0f0" class="table-header"> |
|
76 <td colspan="2" class="table-header"> |
|
77 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
78 <tr valign="top"> |
|
79 <td align="left"><span class="table-header">Instance Methods</span></td> |
|
80 <td align="right" valign="top" |
|
81 ><span class="options">[<a href="#section-InstanceMethods" |
|
82 class="privatelink" onclick="toggle_private();" |
|
83 >hide private</a>]</span></td> |
|
84 </tr> |
|
85 </table> |
|
86 </td> |
|
87 </tr> |
|
88 <tr> |
|
89 <td width="15%" align="right" valign="top" class="summary"> |
|
90 <span class="summary-type"> </span> |
|
91 </td><td class="summary"> |
|
92 <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
|
93 <tr> |
|
94 <td><span class="summary-sig"><a href="configuration.Specification-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>)</span><br /> |
|
95 Initialization.</td> |
|
96 <td align="right" valign="top"> |
|
97 <span class="codelink"><a href="configuration-pysrc.html#Specification.__init__">source code</a></span> |
|
98 |
|
99 </td> |
|
100 </tr> |
|
101 </table> |
|
102 |
|
103 </td> |
|
104 </tr> |
|
105 <tr> |
|
106 <td colspan="2" class="summary"> |
|
107 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="configuration.NestedConfiguration-class.html">NestedConfiguration</a></code></b>: |
|
108 <code><a href="configuration.NestedConfiguration-class.html#__delitem__">__delitem__</a></code>, |
|
109 <code><a href="configuration.NestedConfiguration-class.html#__getitem__">__getitem__</a></code>, |
|
110 <code><a href="configuration.NestedConfiguration-class.html#__setitem__">__setitem__</a></code>, |
|
111 <code><a href="configuration.NestedConfiguration-class.html#isBuildable">isBuildable</a></code>, |
|
112 <code><a href="configuration.NestedConfiguration-class.html#keys">keys</a></code>, |
|
113 <code><a href="configuration.NestedConfiguration-class.html#match_name">match_name</a></code> |
|
114 </p> |
|
115 <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="configuration.NestedConfiguration-class.html">NestedConfiguration</a></code></b> (private): |
|
116 <code><a href="configuration.NestedConfiguration-class.html#_addPropertyValue">_addPropertyValue</a></code> |
|
117 </p></div> |
|
118 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="configuration.Configuration-class.html">Configuration</a></code></b>: |
|
119 <code><a href="configuration.Configuration-class.html#__str__">__str__</a></code>, |
|
120 <code><a href="configuration.Configuration-class.html#get">get</a></code>, |
|
121 <code><a href="configuration.Configuration-class.html#get_boolean">get_boolean</a></code>, |
|
122 <code><a href="configuration.Configuration-class.html#get_int">get_int</a></code>, |
|
123 <code><a href="configuration.Configuration-class.html#get_list">get_list</a></code>, |
|
124 <code><a href="configuration.Configuration-class.html#interpolate">interpolate</a></code> |
|
125 </p> |
|
126 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
|
127 <code>__delattr__</code>, |
|
128 <code>__getattribute__</code>, |
|
129 <code>__hash__</code>, |
|
130 <code>__new__</code>, |
|
131 <code>__reduce__</code>, |
|
132 <code>__reduce_ex__</code>, |
|
133 <code>__repr__</code>, |
|
134 <code>__setattr__</code> |
|
135 </p> |
|
136 <p class="indent-wrapped-lines"><b>Inherited from <code>UserDict.DictMixin</code></b>: |
|
137 <code>__cmp__</code>, |
|
138 <code>__contains__</code>, |
|
139 <code>__iter__</code>, |
|
140 <code>__len__</code>, |
|
141 <code>clear</code>, |
|
142 <code>has_key</code>, |
|
143 <code>items</code>, |
|
144 <code>iteritems</code>, |
|
145 <code>iterkeys</code>, |
|
146 <code>itervalues</code>, |
|
147 <code>pop</code>, |
|
148 <code>popitem</code>, |
|
149 <code>setdefault</code>, |
|
150 <code>update</code>, |
|
151 <code>values</code> |
|
152 </p> |
|
153 </td> |
|
154 </tr> |
|
155 </table> |
|
156 <!-- ==================== CLASS VARIABLES ==================== --> |
|
157 <a name="section-ClassVariables"></a> |
|
158 <table class="summary" border="1" cellpadding="3" |
|
159 cellspacing="0" width="100%" bgcolor="white"> |
|
160 <tr bgcolor="#70b0f0" class="table-header"> |
|
161 <td colspan="2" class="table-header"> |
|
162 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
163 <tr valign="top"> |
|
164 <td align="left"><span class="table-header">Class Variables</span></td> |
|
165 <td align="right" valign="top" |
|
166 ><span class="options">[<a href="#section-ClassVariables" |
|
167 class="privatelink" onclick="toggle_private();" |
|
168 >hide private</a>]</span></td> |
|
169 </tr> |
|
170 </table> |
|
171 </td> |
|
172 </tr> |
|
173 <tr> |
|
174 <td colspan="2" class="summary"> |
|
175 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="configuration.Configuration-class.html">Configuration</a></code></b>: |
|
176 <code><a href="configuration.Configuration-class.html#key_re">key_re</a></code> |
|
177 </p> |
|
178 </td> |
|
179 </tr> |
|
180 </table> |
|
181 <!-- ==================== PROPERTIES ==================== --> |
|
182 <a name="section-Properties"></a> |
|
183 <table class="summary" border="1" cellpadding="3" |
|
184 cellspacing="0" width="100%" bgcolor="white"> |
|
185 <tr bgcolor="#70b0f0" class="table-header"> |
|
186 <td colspan="2" class="table-header"> |
|
187 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
188 <tr valign="top"> |
|
189 <td align="left"><span class="table-header">Properties</span></td> |
|
190 <td align="right" valign="top" |
|
191 ><span class="options">[<a href="#section-Properties" |
|
192 class="privatelink" onclick="toggle_private();" |
|
193 >hide private</a>]</span></td> |
|
194 </tr> |
|
195 </table> |
|
196 </td> |
|
197 </tr> |
|
198 <tr> |
|
199 <td colspan="2" class="summary"> |
|
200 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
|
201 <code>__class__</code> |
|
202 </p> |
|
203 </td> |
|
204 </tr> |
|
205 </table> |
|
206 <!-- ==================== METHOD DETAILS ==================== --> |
|
207 <a name="section-MethodDetails"></a> |
|
208 <table class="details" border="1" cellpadding="3" |
|
209 cellspacing="0" width="100%" bgcolor="white"> |
|
210 <tr bgcolor="#70b0f0" class="table-header"> |
|
211 <td colspan="2" class="table-header"> |
|
212 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
213 <tr valign="top"> |
|
214 <td align="left"><span class="table-header">Method Details</span></td> |
|
215 <td align="right" valign="top" |
|
216 ><span class="options">[<a href="#section-MethodDetails" |
|
217 class="privatelink" onclick="toggle_private();" |
|
218 >hide private</a>]</span></td> |
|
219 </tr> |
|
220 </table> |
|
221 </td> |
|
222 </tr> |
|
223 </table> |
|
224 <a name="__init__"></a> |
|
225 <div> |
|
226 <table class="details" border="1" cellpadding="3" |
|
227 cellspacing="0" width="100%" bgcolor="white"> |
|
228 <tr><td> |
|
229 <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
|
230 <tr valign="top"><td> |
|
231 <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>)</span> |
|
232 <br /><em class="fname">(Constructor)</em> |
|
233 </h3> |
|
234 </td><td align="right" valign="top" |
|
235 ><span class="codelink"><a href="configuration-pysrc.html#Specification.__init__">source code</a></span> |
|
236 </td> |
|
237 </table> |
|
238 |
|
239 Initialization. |
|
240 <dl class="fields"> |
|
241 <dt>Overrides: |
|
242 <a href="configuration.NestedConfiguration-class.html#__init__">NestedConfiguration.__init__</a> |
|
243 </dt> |
|
244 </dl> |
|
245 </td></tr></table> |
|
246 </div> |
|
247 <br /> |
|
248 <!-- ==================== NAVIGATION BAR ==================== --> |
|
249 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
250 bgcolor="#a0c0ff" cellspacing="0"> |
|
251 <tr valign="middle"> |
|
252 |
|
253 <!-- Tree link --> |
|
254 <th> <a |
|
255 href="module-tree.html">Trees</a> </th> |
|
256 |
|
257 <!-- Index link --> |
|
258 <th> <a |
|
259 href="identifier-index.html">Indices</a> </th> |
|
260 |
|
261 <!-- Help link --> |
|
262 <th> <a |
|
263 href="help.html">Help</a> </th> |
|
264 |
|
265 <th class="navbar" width="100%"></th> |
|
266 </tr> |
|
267 </table> |
|
268 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
|
269 <tr> |
|
270 <td align="left" class="footer"> |
|
271 Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:18 2009 |
|
272 </td> |
|
273 <td align="right" class="footer"> |
|
274 <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a> |
|
275 </td> |
|
276 </tr> |
|
277 </table> |
|
278 |
|
279 <script type="text/javascript"> |
|
280 <!-- |
|
281 // Private objects are initially displayed (because if |
|
282 // javascript is turned off then we want them to be |
|
283 // visible); but by default, we want to hide them. So hide |
|
284 // them unless we have a cookie that says to show them. |
|
285 checkCookie() |
|
286 // --> |
|
287 </script> |
|
288 |
|
289 </body> |
|
290 </html> |