summaryrefslogtreecommitdiff
path: root/doc/api/popen_spawn.rst
blob: 64cae1561ea9119ba47d6b17dccf2b194e4831bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
popen_spawn - use pexpect with a piped subprocess
=================================================

.. automodule:: pexpect.popen_spawn

PopenSpawn class
----------------

.. autoclass:: PopenSpawn

   .. automethod:: __init__
   .. automethod:: send
   .. automethod:: sendline
   .. automethod:: write
   .. automethod:: writelines
   .. automethod:: kill
   .. automethod:: sendeof
   .. automethod:: wait
   
   .. method:: expect
               expect_exact
               expect_list

      As :class:`pexpect.spawn`.