Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > b9a6a1b9f2781444d2917afd8e4421ab > files > 714

ipython-doc-2.3.0-2.2.mga5.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Module: kernel.inprocess.channels &mdash; IPython 2.3.0 documentation</title>
    
    <link rel="stylesheet" href="../../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../../',
        VERSION:     '2.3.0',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../../_static/jquery.js"></script>
    <script type="text/javascript" src="../../_static/underscore.js"></script>
    <script type="text/javascript" src="../../_static/doctools.js"></script>
    <link rel="top" title="IPython 2.3.0 documentation" href="../../index.html" />
    <link rel="up" title="The IPython API" href="../index.html" />
    <link rel="next" title="Module: kernel.inprocess.client" href="IPython.kernel.inprocess.client.html" />
    <link rel="prev" title="Module: kernel.inprocess.blocking" href="IPython.kernel.inprocess.blocking.html" /> 
  </head>
  <body>

<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="http://ipython.org/"><img src="../../_static/logo.png" border="0" alt="IPython Documentation"/></a>
</div>

    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="IPython.kernel.inprocess.client.html" title="Module: kernel.inprocess.client"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="IPython.kernel.inprocess.blocking.html" title="Module: kernel.inprocess.blocking"
             accesskey="P">previous</a> |</li>
        <li><a href="http://ipython.org">home</a>|&nbsp;</li>
        <li><a href="../../search.html">search</a>|&nbsp;</li>
       <li><a href="../../index.html">documentation </a> &raquo;</li>

          <li><a href="../index.html" accesskey="U">The IPython API</a> &raquo;</li> 
      </ul>
    </div>

      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Module: <tt class="docutils literal"><span class="pre">kernel.inprocess.channels</span></tt></a><ul>
<li><a class="reference internal" href="#classes">5 Classes</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="IPython.kernel.inprocess.blocking.html"
                        title="previous chapter">Module: <tt class="docutils literal"><span class="pre">kernel.inprocess.blocking</span></tt></a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="IPython.kernel.inprocess.client.html"
                        title="next chapter">Module: <tt class="docutils literal"><span class="pre">kernel.inprocess.client</span></tt></a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../../_sources/api/generated/IPython.kernel.inprocess.channels.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="module-IPython.kernel.inprocess.channels">
<span id="module-kernel-inprocess-channels"></span><h1>Module: <tt class="xref py py-mod docutils literal"><span class="pre">kernel.inprocess.channels</span></tt><a class="headerlink" href="#module-IPython.kernel.inprocess.channels" title="Permalink to this headline">¶</a></h1>
<p>A kernel client for in-process kernels.</p>
<div class="section" id="classes">
<h2>5 Classes<a class="headerlink" href="#classes" title="Permalink to this headline">¶</a></h2>
<dl class="class">
<dt id="IPython.kernel.inprocess.channels.InProcessChannel">
<em class="property">class </em><tt class="descclassname">IPython.kernel.inprocess.channels.</tt><tt class="descname">InProcessChannel</tt><big>(</big><em>client</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessChannel" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference external" href="http://docs.python.org/2/library/functions.html#object" title="(in Python v2.7)"><tt class="xref py py-class docutils literal"><span class="pre">object</span></tt></a></p>
<p>Base class for in-process channels.</p>
<dl class="method">
<dt id="IPython.kernel.inprocess.channels.InProcessChannel.__init__">
<tt class="descname">__init__</tt><big>(</big><em>client</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessChannel.__init__" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="IPython.kernel.inprocess.channels.InProcessChannel.call_handlers">
<tt class="descname">call_handlers</tt><big>(</big><em>msg</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessChannel.call_handlers" title="Permalink to this definition">¶</a></dt>
<dd><p>This method is called in the main thread when a message arrives.</p>
<p>Subclasses should override this method to handle incoming messages.</p>
</dd></dl>

<dl class="method">
<dt id="IPython.kernel.inprocess.channels.InProcessChannel.call_handlers_later">
<tt class="descname">call_handlers_later</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessChannel.call_handlers_later" title="Permalink to this definition">¶</a></dt>
<dd><p>Call the message handlers later.</p>
<p>The default implementation just calls the handlers immediately, but this
method exists so that GUI toolkits can defer calling the handlers until
after the event loop has run, as expected by GUI frontends.</p>
</dd></dl>

<dl class="method">
<dt id="IPython.kernel.inprocess.channels.InProcessChannel.process_events">
<tt class="descname">process_events</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessChannel.process_events" title="Permalink to this definition">¶</a></dt>
<dd><p>Process any pending GUI events.</p>
<p>This method will be never be called from a frontend without an event
loop (e.g., a terminal frontend).</p>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="IPython.kernel.inprocess.channels.InProcessShellChannel">
<em class="property">class </em><tt class="descclassname">IPython.kernel.inprocess.channels.</tt><tt class="descname">InProcessShellChannel</tt><big>(</big><em>client</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessShellChannel" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="#IPython.kernel.inprocess.channels.InProcessChannel" title="IPython.kernel.inprocess.channels.InProcessChannel"><tt class="xref py py-class docutils literal"><span class="pre">IPython.kernel.inprocess.channels.InProcessChannel</span></tt></a></p>
<p>See <cite>IPython.kernel.channels.ShellChannel</cite> for docstrings.</p>
<dl class="method">
<dt id="IPython.kernel.inprocess.channels.InProcessShellChannel.kernel_info">
<tt class="descname">kernel_info</tt><big>(</big><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessShellChannel.kernel_info" title="Permalink to this definition">¶</a></dt>
<dd><p>Request kernel info.</p>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="IPython.kernel.inprocess.channels.InProcessIOPubChannel">
<em class="property">class </em><tt class="descclassname">IPython.kernel.inprocess.channels.</tt><tt class="descname">InProcessIOPubChannel</tt><big>(</big><em>client</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessIOPubChannel" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="#IPython.kernel.inprocess.channels.InProcessChannel" title="IPython.kernel.inprocess.channels.InProcessChannel"><tt class="xref py py-class docutils literal"><span class="pre">IPython.kernel.inprocess.channels.InProcessChannel</span></tt></a></p>
<p>See <cite>IPython.kernel.channels.IOPubChannel</cite> for docstrings.</p>
</dd></dl>

<dl class="class">
<dt id="IPython.kernel.inprocess.channels.InProcessStdInChannel">
<em class="property">class </em><tt class="descclassname">IPython.kernel.inprocess.channels.</tt><tt class="descname">InProcessStdInChannel</tt><big>(</big><em>client</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessStdInChannel" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="#IPython.kernel.inprocess.channels.InProcessChannel" title="IPython.kernel.inprocess.channels.InProcessChannel"><tt class="xref py py-class docutils literal"><span class="pre">IPython.kernel.inprocess.channels.InProcessChannel</span></tt></a></p>
<p>See <cite>IPython.kernel.channels.StdInChannel</cite> for docstrings.</p>
</dd></dl>

<dl class="class">
<dt id="IPython.kernel.inprocess.channels.InProcessHBChannel">
<em class="property">class </em><tt class="descclassname">IPython.kernel.inprocess.channels.</tt><tt class="descname">InProcessHBChannel</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessHBChannel" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="#IPython.kernel.inprocess.channels.InProcessChannel" title="IPython.kernel.inprocess.channels.InProcessChannel"><tt class="xref py py-class docutils literal"><span class="pre">IPython.kernel.inprocess.channels.InProcessChannel</span></tt></a></p>
<p>See <cite>IPython.kernel.channels.HBChannel</cite> for docstrings.</p>
<dl class="method">
<dt id="IPython.kernel.inprocess.channels.InProcessHBChannel.__init__">
<tt class="descname">__init__</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#IPython.kernel.inprocess.channels.InProcessHBChannel.__init__" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

</dd></dl>

</div>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="IPython.kernel.inprocess.client.html" title="Module: kernel.inprocess.client"
             >next</a> |</li>
        <li class="right" >
          <a href="IPython.kernel.inprocess.blocking.html" title="Module: kernel.inprocess.blocking"
             >previous</a> |</li>
        <li><a href="http://ipython.org">home</a>|&nbsp;</li>
        <li><a href="../../search.html">search</a>|&nbsp;</li>
       <li><a href="../../index.html">documentation </a> &raquo;</li>

          <li><a href="../index.html" >The IPython API</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright The IPython Development Team.
      Last updated on Jul 14, 2015.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>