[ADD] First draft of autodoc

This commit is contained in:
Benedek Racz
2020-03-11 15:02:22 +01:00
parent f91da266e6
commit 3ca381f701
7 changed files with 80 additions and 21 deletions

View 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