blob: 3ddf2cdb228676b175d0053cab249d07f3634e7c [file] [log] [blame]
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`.