summaryrefslogtreecommitdiff
path: root/doc/api/fdpexpect.rst
blob: 3ddf2cdb228676b175d0053cab249d07f3634e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fdpexpect - use pexpect with a file descriptor
==============================================

.. automodule:: pexpect.fdpexpect

fdspawn class
-------------

.. autoclass:: fdspawn
   :show-inheritance:

   .. automethod:: __init__
   .. automethod:: isalive
   .. automethod:: close

   .. method:: expect
               expect_exact
               expect_list

      As :class:`pexpect.spawn`.