HOME


5h-3LL 1.0
DIR: /usr/share/doc/python3-pexpect/doc/api
/usr/share/doc/python3-pexpect/doc/api/
Upload File:
Current File : /usr/share/doc/python3-pexpect/doc/api/fdpexpect.rst
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`.