~ubuntu-branches/ubuntu/raring/ipython/raring

« back to all changes in this revision

Viewing changes to docs/dist/html/_sources/api/generated/IPython.kernel.pickleutil.txt

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2011-11-22 23:40:57 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111122234057-ta86ocdahnhwmnd8
Tags: 0.11-2
* upload to unstable
* add patch fix-version-checks-for-pyzmq-2.1.10.patch
* fix debianize-error-messages.patch to reraise unknown exceptions
* suggest python-zmq for ipython package
* use dh_sphinxdoc
  - bump sphinx dependency to >= 1.0.7+dfsg-1~, replace libjs-jquery
    dependency with ${sphinxdoc:Depends} and drop ipython-doc.links
* remove empty directory from ipython
* link duplicate images in ipython-doc
* remove obsolete Conflicts and Replaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. AUTO-GENERATED FILE -- DO NOT EDIT!
2
 
 
3
 
kernel.pickleutil
4
 
=================
5
 
 
6
 
Module: :mod:`kernel.pickleutil`
7
 
--------------------------------
8
 
Inheritance diagram for ``IPython.kernel.pickleutil``:
9
 
 
10
 
.. inheritance-diagram:: IPython.kernel.pickleutil 
11
 
   :parts: 3
12
 
 
13
 
.. automodule:: IPython.kernel.pickleutil
14
 
 
15
 
.. currentmodule:: IPython.kernel.pickleutil
16
 
 
17
 
Classes
18
 
-------
19
 
 
20
 
:class:`CannedFunction`
21
 
~~~~~~~~~~~~~~~~~~~~~~~
22
 
 
23
 
 
24
 
.. autoclass:: CannedFunction
25
 
  :members:
26
 
  :undoc-members:
27
 
  :show-inheritance:
28
 
 
29
 
  .. automethod:: __init__
30
 
 
31
 
:class:`CannedObject`
32
 
~~~~~~~~~~~~~~~~~~~~~
33
 
 
34
 
 
35
 
.. autoclass:: CannedObject
36
 
  :members:
37
 
  :undoc-members:
38
 
  :show-inheritance:
39
 
 
40
 
  .. automethod:: __init__
41
 
 
42
 
Functions
43
 
---------
44
 
 
45
 
 
46
 
.. autofunction:: IPython.kernel.pickleutil.can
47
 
 
48
 
 
49
 
.. autofunction:: IPython.kernel.pickleutil.canDict
50
 
 
51
 
 
52
 
.. autofunction:: IPython.kernel.pickleutil.canSequence
53
 
 
54
 
 
55
 
.. autofunction:: IPython.kernel.pickleutil.rebindFunctionGlobals
56
 
 
57
 
 
58
 
.. autofunction:: IPython.kernel.pickleutil.uncan
59
 
 
60
 
 
61
 
.. autofunction:: IPython.kernel.pickleutil.uncanDict
62
 
 
63
 
 
64
 
.. autofunction:: IPython.kernel.pickleutil.uncanSequence
65