| Index: third_party/pexpect/doc/api/popen_spawn.rst
|
| diff --git a/third_party/pexpect/doc/api/popen_spawn.rst b/third_party/pexpect/doc/api/popen_spawn.rst
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..64cae1561ea9119ba47d6b17dccf2b194e4831bd
|
| --- /dev/null
|
| +++ b/third_party/pexpect/doc/api/popen_spawn.rst
|
| @@ -0,0 +1,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`.
|
|
|