| 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 |