mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-07 13:30:56 +00:00
24 lines
485 B
ReStructuredText
24 lines
485 B
ReStructuredText
Spawn classes
|
|
=============
|
|
|
|
.. automodule:: wexpect.host
|
|
|
|
SpawnPipe
|
|
---------
|
|
|
|
.. autoclass:: SpawnPipe
|
|
|
|
.. automethod:: __init__
|
|
.. automethod:: expect
|
|
.. automethod:: expect_exact
|
|
.. automethod:: expect_list
|
|
.. automethod:: compile_pattern_list
|
|
.. automethod:: send
|
|
.. automethod:: sendline
|
|
.. automethod:: write
|
|
.. automethod:: writelines
|
|
.. automethod:: sendeof
|
|
.. automethod:: read
|
|
.. automethod:: readline
|
|
.. automethod:: read_nonblocking
|