~ubuntu-branches/debian/experimental/ipython/experimental

« back to all changes in this revision

Viewing changes to docs/source/api/generated/IPython.external.configobj.txt

  • Committer: Bazaar Package Importer
  • Author(s): Julian Taylor
  • Date: 2011-05-10 16:18:45 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110510161845-0nrh795uiyp1a20r
Tags: 0.11~rc1-1
* New upstream release candidate
* change to source format 3.0 (quilt)
* run testsuite during build
* add clean target
* build-depends:
  - matplotlib, pymongo, xauth, xvfb and qt4 for tests
  - graphviz, sphinx for docs
* add dependencies and don't install embedded copy:
  - python-argparse(Closes: #555348)
  - python-configobj (Closes: #555339)
  - python-simplegeneric
  - python-decorator
  - python-pyparsing
  - pexpect
* update patches
  - disabled obsolete patches 03, 04 and 06
  - refresh default background color patch 07
  - add patch to fix testsuite
  - add patch to improve error message on missing ipython-qtconsole
* change to compat 7
* split out -parallel package
* split out -qtconsole package
* split out -doc package
* improve dependencies for each package
* add doc-base control file
* fix the ipythonX.Y startup scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. AUTO-GENERATED FILE -- DO NOT EDIT!
2
 
 
3
 
external.configobj
4
 
==================
5
 
 
6
 
Module: :mod:`external.configobj`
7
 
---------------------------------
8
 
Inheritance diagram for ``IPython.external.configobj``:
9
 
 
10
 
.. inheritance-diagram:: IPython.external.configobj 
11
 
   :parts: 3
12
 
 
13
 
.. automodule:: IPython.external.configobj
14
 
 
15
 
.. currentmodule:: IPython.external.configobj
16
 
 
17
 
Classes
18
 
-------
19
 
 
20
 
:class:`Builder`
21
 
~~~~~~~~~~~~~~~~
22
 
 
23
 
 
24
 
.. autoclass:: Builder
25
 
  :members:
26
 
  :undoc-members:
27
 
  :show-inheritance:
28
 
 
29
 
  .. automethod:: __init__
30
 
 
31
 
:class:`ConfigObj`
32
 
~~~~~~~~~~~~~~~~~~
33
 
 
34
 
 
35
 
.. autoclass:: ConfigObj
36
 
  :members:
37
 
  :undoc-members:
38
 
  :show-inheritance:
39
 
 
40
 
  .. automethod:: __init__
41
 
 
42
 
:class:`ConfigObjError`
43
 
~~~~~~~~~~~~~~~~~~~~~~~
44
 
 
45
 
 
46
 
.. autoclass:: ConfigObjError
47
 
  :members:
48
 
  :undoc-members:
49
 
  :show-inheritance:
50
 
 
51
 
  .. automethod:: __init__
52
 
 
53
 
:class:`ConfigParserInterpolation`
54
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
 
 
56
 
 
57
 
.. autoclass:: ConfigParserInterpolation
58
 
  :members:
59
 
  :undoc-members:
60
 
  :show-inheritance:
61
 
 
62
 
  .. automethod:: __init__
63
 
 
64
 
:class:`ConfigspecError`
65
 
~~~~~~~~~~~~~~~~~~~~~~~~
66
 
 
67
 
 
68
 
.. autoclass:: ConfigspecError
69
 
  :members:
70
 
  :undoc-members:
71
 
  :show-inheritance:
72
 
 
73
 
  .. automethod:: __init__
74
 
 
75
 
:class:`DuplicateError`
76
 
~~~~~~~~~~~~~~~~~~~~~~~
77
 
 
78
 
 
79
 
.. autoclass:: DuplicateError
80
 
  :members:
81
 
  :undoc-members:
82
 
  :show-inheritance:
83
 
 
84
 
  .. automethod:: __init__
85
 
 
86
 
:class:`InterpolationEngine`
87
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88
 
 
89
 
 
90
 
.. autoclass:: InterpolationEngine
91
 
  :members:
92
 
  :undoc-members:
93
 
  :show-inheritance:
94
 
 
95
 
  .. automethod:: __init__
96
 
 
97
 
:class:`InterpolationError`
98
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
 
 
100
 
 
101
 
.. autoclass:: InterpolationError
102
 
  :members:
103
 
  :undoc-members:
104
 
  :show-inheritance:
105
 
 
106
 
  .. automethod:: __init__
107
 
 
108
 
:class:`InterpolationLoopError`
109
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110
 
 
111
 
 
112
 
.. autoclass:: InterpolationLoopError
113
 
  :members:
114
 
  :undoc-members:
115
 
  :show-inheritance:
116
 
 
117
 
  .. automethod:: __init__
118
 
 
119
 
:class:`MissingInterpolationOption`
120
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
121
 
 
122
 
 
123
 
.. autoclass:: MissingInterpolationOption
124
 
  :members:
125
 
  :undoc-members:
126
 
  :show-inheritance:
127
 
 
128
 
  .. automethod:: __init__
129
 
 
130
 
:class:`NestingError`
131
 
~~~~~~~~~~~~~~~~~~~~~
132
 
 
133
 
 
134
 
.. autoclass:: NestingError
135
 
  :members:
136
 
  :undoc-members:
137
 
  :show-inheritance:
138
 
 
139
 
  .. automethod:: __init__
140
 
 
141
 
:class:`ParseError`
142
 
~~~~~~~~~~~~~~~~~~~
143
 
 
144
 
 
145
 
.. autoclass:: ParseError
146
 
  :members:
147
 
  :undoc-members:
148
 
  :show-inheritance:
149
 
 
150
 
  .. automethod:: __init__
151
 
 
152
 
:class:`ReloadError`
153
 
~~~~~~~~~~~~~~~~~~~~
154
 
 
155
 
 
156
 
.. autoclass:: ReloadError
157
 
  :members:
158
 
  :undoc-members:
159
 
  :show-inheritance:
160
 
 
161
 
  .. automethod:: __init__
162
 
 
163
 
:class:`RepeatSectionError`
164
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~
165
 
 
166
 
 
167
 
.. autoclass:: RepeatSectionError
168
 
  :members:
169
 
  :undoc-members:
170
 
  :show-inheritance:
171
 
 
172
 
  .. automethod:: __init__
173
 
 
174
 
:class:`Section`
175
 
~~~~~~~~~~~~~~~~
176
 
 
177
 
 
178
 
.. autoclass:: Section
179
 
  :members:
180
 
  :undoc-members:
181
 
  :show-inheritance:
182
 
 
183
 
  .. automethod:: __init__
184
 
 
185
 
:class:`SimpleVal`
186
 
~~~~~~~~~~~~~~~~~~
187
 
 
188
 
 
189
 
.. autoclass:: SimpleVal
190
 
  :members:
191
 
  :undoc-members:
192
 
  :show-inheritance:
193
 
 
194
 
  .. automethod:: __init__
195
 
 
196
 
:class:`TemplateInterpolation`
197
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198
 
 
199
 
 
200
 
.. autoclass:: TemplateInterpolation
201
 
  :members:
202
 
  :undoc-members:
203
 
  :show-inheritance:
204
 
 
205
 
  .. automethod:: __init__
206
 
 
207
 
:class:`UnknownType`
208
 
~~~~~~~~~~~~~~~~~~~~
209
 
 
210
 
 
211
 
.. autoclass:: UnknownType
212
 
  :members:
213
 
  :undoc-members:
214
 
  :show-inheritance:
215
 
 
216
 
  .. automethod:: __init__
217
 
 
218
 
:class:`UnreprError`
219
 
~~~~~~~~~~~~~~~~~~~~
220
 
 
221
 
 
222
 
.. autoclass:: UnreprError
223
 
  :members:
224
 
  :undoc-members:
225
 
  :show-inheritance:
226
 
 
227
 
  .. automethod:: __init__
228
 
 
229
 
Functions
230
 
---------
231
 
 
232
 
 
233
 
.. autofunction:: IPython.external.configobj.flatten_errors
234
 
 
235
 
 
236
 
.. autofunction:: IPython.external.configobj.getObj
237
 
 
238
 
 
239
 
.. autofunction:: IPython.external.configobj.match_utf8
240
 
 
241
 
 
242
 
.. autofunction:: IPython.external.configobj.unrepr
243