Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: third_party/pexpect/doc/api/popen_spawn.rst

Issue 1398903002: Add third_party/pexpect (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@end-to-end-test
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pexpect/doc/api/pexpect.rst ('k') | third_party/pexpect/doc/api/pxssh.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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`.
« no previous file with comments | « third_party/pexpect/doc/api/pexpect.rst ('k') | third_party/pexpect/doc/api/pxssh.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698