~ubuntu-branches/ubuntu/trusty/pexpect/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/api/pxssh.rst

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio, Thomas Kluyver, Jakub Wilk, Jackson Doak, Andrew Starr-Bochicchio
  • Date: 2013-12-06 20:20:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131206202026-9k9oixbv7e8ke30q
Tags: 3.0-1
* Team upload.

[ Thomas Kluyver ]
* New upstream release. Closes: #729518
* Add packaging for Python 3.
* Use pybuild for packaging.

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Jackson Doak ]
* Create debian/python3-pexpect.docs

[ Andrew Starr-Bochicchio ]
* Remove empty debian/patches dir.
* Move documentation and examples into a new python-pexpect-doc
  package. They are shared between the Python 2 and Python 3 packages,
  so there is no need to install them with both.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pxssh - control an SSH session
 
2
==============================
 
3
 
 
4
.. automodule:: pexpect.pxssh
 
5
 
 
6
.. autoclass:: ExceptionPxssh
 
7
 
 
8
pxssh class
 
9
-----------
 
10
 
 
11
.. autoclass:: pxssh
 
12
 
 
13
   .. automethod:: __init__
 
14
 
 
15
   .. attribute:: auto_prompt_reset
 
16
 
 
17
      Set this to False to prevent :meth:`login` from setting a unique prompt
 
18
      which can easily be located.
 
19
 
 
20
   .. attribute:: PROMPT
 
21
 
 
22
      The regex pattern to search for to find the prompt. If
 
23
      :attr:`auto_prompt_reset` is False, you must set this attribute manually.
 
24
 
 
25
   .. automethod:: login
 
26
   .. automethod:: logout
 
27
   .. automethod:: prompt
 
28
   .. automethod:: sync_original_prompt
 
29
   .. automethod:: set_unique_prompt
 
 
b'\\ No newline at end of file'