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

« back to all changes in this revision

Viewing changes to docs/dist/html/api/generated/IPython.frontend.frontendbase.html

  • Committer: Bazaar Package Importer
  • Author(s): Julian Taylor
  • Date: 2011-04-21 14:54:20 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110421145420-p86blo8nh2jjbxzp
Tags: 0.10.2-1
* new upstream release. Closes: #622643
* added Julian Taylor <jtaylor.debian@googlemail.com> to uploaders
* removed Bernd Zeimetz <bzed@debian.org> from uploaders
  thank you for your work
* Use environment python interpreter. Closes: #547003
* wrap-and-sort debian/
* update standard to 3.9.2. no changes needed
* set default colorscheme to LightBG. LP: #241535
* converted copyright to DEP5
* control: removed python:Breaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
5
 
 
6
 
6
7
<html xmlns="http://www.w3.org/1999/xhtml">
7
8
  <head>
8
9
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
10
    
10
 
    <title>frontend.frontendbase &mdash; IPython v0.10.1 documentation</title>
 
11
    <title>frontend.frontendbase &mdash; IPython 0.10.2 documentation</title>
 
12
    
11
13
    <link rel="stylesheet" href="../../_static/default.css" type="text/css" />
12
14
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
 
15
    
13
16
    <script type="text/javascript">
14
17
      var DOCUMENTATION_OPTIONS = {
15
18
        URL_ROOT:    '../../',
16
 
        VERSION:     '0.10.1',
 
19
        VERSION:     '0.10.2',
17
20
        COLLAPSE_INDEX: false,
18
21
        FILE_SUFFIX: '.html',
19
22
        HAS_SOURCE:  true
22
25
    <script type="text/javascript" src="../../_static/jquery.js"></script>
23
26
    <script type="text/javascript" src="../../_static/underscore.js"></script>
24
27
    <script type="text/javascript" src="../../_static/doctools.js"></script>
25
 
    <link rel="top" title="IPython v0.10.1 documentation" href="../../index.html" />
 
28
    <link rel="top" title="IPython 0.10.2 documentation" href="../../index.html" />
26
29
    <link rel="up" title="The IPython API" href="../index.html" />
27
30
    <link rel="next" title="frontend.linefrontendbase" href="IPython.frontend.linefrontendbase.html" />
28
31
    <link rel="prev" title="frontend.asyncfrontendbase" href="IPython.frontend.asyncfrontendbase.html" /> 
43
46
        <li class="right" >
44
47
          <a href="IPython.frontend.asyncfrontendbase.html" title="frontend.asyncfrontendbase"
45
48
             accesskey="P">previous</a> |</li>
46
 
        <li><a href="../../index.html">IPython v0.10.1 documentation</a> &raquo;</li>
 
49
        <li><a href="../../index.html">IPython 0.10.2 documentation</a> &raquo;</li>
47
50
          <li><a href="../index.html" accesskey="U">The IPython API</a> &raquo;</li> 
48
51
      </ul>
49
52
    </div>  
98
101
<dd><p>Returns the current continuation prompt</p>
99
102
</dd></dl>
100
103
 
 
104
<dl class="attribute">
 
105
<dt id="IPython.frontend.frontendbase.FrontEndBase.continuation_prompt_template">
 
106
<tt class="descname">continuation_prompt_template</tt><em class="property"> = &lt;string.Template object at 0x5883050&gt;</em><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.continuation_prompt_template" title="Permalink to this definition">¶</a></dt>
 
107
<dd></dd></dl>
 
108
 
101
109
<dl class="method">
102
110
<dt id="IPython.frontend.frontendbase.FrontEndBase.execute">
103
111
<tt class="descname">execute</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.execute" title="Permalink to this definition">¶</a></dt>
107
115
<dd><p class="first">block : {str, AST}
108
116
blockID : any</p>
109
117
<blockquote class="last">
110
 
Caller may provide an ID to identify this block. 
111
 
result[&#8216;blockID&#8217;] := blockID</blockquote>
 
118
<div>Caller may provide an ID to identify this block. 
 
119
result[&#8216;blockID&#8217;] := blockID</div></blockquote>
112
120
</dd>
113
121
<dt>Result:</dt>
114
122
<dd>Deferred result of self.interpreter.execute</dd>
127
135
<dd><p>Returns previous history string and decrement history cursor.</p>
128
136
</dd></dl>
129
137
 
 
138
<dl class="attribute">
 
139
<dt id="IPython.frontend.frontendbase.FrontEndBase.history_cursor">
 
140
<tt class="descname">history_cursor</tt><em class="property"> = 0</em><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.history_cursor" title="Permalink to this definition">¶</a></dt>
 
141
<dd></dd></dl>
 
142
 
130
143
<dl class="method">
131
144
<dt id="IPython.frontend.frontendbase.FrontEndBase.input_prompt">
132
145
<tt class="descname">input_prompt</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.input_prompt" title="Permalink to this definition">¶</a></dt>
134
147
<p>It would be great to use ipython1.core.prompts.Prompt1 here</p>
135
148
</dd></dl>
136
149
 
 
150
<dl class="attribute">
 
151
<dt id="IPython.frontend.frontendbase.FrontEndBase.input_prompt_template">
 
152
<tt class="descname">input_prompt_template</tt><em class="property"> = &lt;string.Template object at 0x5883450&gt;</em><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.input_prompt_template" title="Permalink to this definition">¶</a></dt>
 
153
<dd></dd></dl>
 
154
 
137
155
<dl class="method">
138
156
<dt id="IPython.frontend.frontendbase.FrontEndBase.is_complete">
139
157
<tt class="descname">is_complete</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.is_complete" title="Permalink to this definition">¶</a></dt>
151
169
<dd><p>Returns the output prompt for result</p>
152
170
</dd></dl>
153
171
 
 
172
<dl class="attribute">
 
173
<dt id="IPython.frontend.frontendbase.FrontEndBase.output_prompt_template">
 
174
<tt class="descname">output_prompt_template</tt><em class="property"> = &lt;string.Template object at 0x5883610&gt;</em><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.output_prompt_template" title="Permalink to this definition">¶</a></dt>
 
175
<dd></dd></dl>
 
176
 
154
177
<dl class="method">
155
178
<dt id="IPython.frontend.frontendbase.FrontEndBase.render_error">
156
179
<tt class="descname">render_error</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.frontend.frontendbase.FrontEndBase.render_error" title="Permalink to this definition">¶</a></dt>
194
217
<em class="property">classmethod </em><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.frontend.frontendbase.IFrontEnd.__init__" title="Permalink to this definition">¶</a></dt>
195
218
<dd></dd></dl>
196
219
 
 
220
<dl class="attribute">
 
221
<dt id="IPython.frontend.frontendbase.IFrontEnd.dependents">
 
222
<tt class="descname">dependents</tt><em class="property"> = &lt;WeakKeyDictionary at 109697432&gt;</em><a class="headerlink" href="#IPython.frontend.frontendbase.IFrontEnd.dependents" title="Permalink to this definition">¶</a></dt>
 
223
<dd></dd></dl>
 
224
 
197
225
</dd></dl>
198
226
 
199
227
</div>
209
237
<em class="property">classmethod </em><tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.frontend.frontendbase.IFrontEndFactory.__init__" title="Permalink to this definition">¶</a></dt>
210
238
<dd></dd></dl>
211
239
 
 
240
<dl class="attribute">
 
241
<dt id="IPython.frontend.frontendbase.IFrontEndFactory.dependents">
 
242
<tt class="descname">dependents</tt><em class="property"> = &lt;WeakKeyDictionary at 109697504&gt;</em><a class="headerlink" href="#IPython.frontend.frontendbase.IFrontEndFactory.dependents" title="Permalink to this definition">¶</a></dt>
 
243
<dd></dd></dl>
 
244
 
212
245
</dd></dl>
213
246
 
214
247
</div>
278
311
        <li class="right" >
279
312
          <a href="IPython.frontend.asyncfrontendbase.html" title="frontend.asyncfrontendbase"
280
313
             >previous</a> |</li>
281
 
        <li><a href="../../index.html">IPython v0.10.1 documentation</a> &raquo;</li>
 
314
        <li><a href="../../index.html">IPython 0.10.2 documentation</a> &raquo;</li>
282
315
          <li><a href="../index.html" >The IPython API</a> &raquo;</li> 
283
316
      </ul>
284
317
    </div>
285
318
    <div class="footer">
286
319
        &copy; Copyright 2008, The IPython Development Team.
287
 
      Last updated on Oct 11, 2010.
288
 
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
 
320
      Last updated on Apr 09, 2011.
 
321
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1pre.
289
322
    </div>
290
323
  </body>
291
324
</html>
 
 
b'\\ No newline at end of file'