blob: 6c8febce96b86036b268e6f071db24f060396438 [file] [log] [blame] [edit]
Ptyprocess API
==============
.. module:: ptyprocess
.. autoclass:: PtyProcess
.. automethod:: spawn
.. automethod:: read
.. automethod:: readline
.. automethod:: write
.. automethod:: sendcontrol
.. automethod:: sendeof
.. automethod:: sendintr
.. automethod:: getecho
.. automethod:: waitnoecho
.. automethod:: setecho
.. automethod:: getwinsize
.. automethod:: setwinsize
.. automethod:: eof
.. automethod:: isalive
.. automethod:: wait
.. automethod:: kill
.. automethod:: terminate
.. automethod:: close
.. autoclass:: PtyProcessUnicode