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

.. automodule:: pexpect.socket_pexpect

SocketSpawn class
-----------------

.. autoclass:: SocketSpawn
   :show-inheritance:

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

   .. method:: expect
               expect_exact
               expect_list

      As :class:`pexpect.spawn`.