mirror of
https://github.com/clearml/wexpect-venv
synced 2025-06-26 18:15:52 +00:00
[ADD] First draft of autodoc
This commit is contained in:
23
doc/source/api/spawn_classes.rst
Normal file
23
doc/source/api/spawn_classes.rst
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user