mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
13 lines
630 B
Text
13 lines
630 B
Text
|
|-----handy-ruler------------------------------------------------------|
|
|||
|
ptyprocess: ptyprocess (python module)
|
|||
|
ptyprocess:
|
|||
|
ptyprocess: Launch a subprocess in a pseudo terminal (pty), and interact with
|
|||
|
ptyprocess: both the process and its pty.
|
|||
|
ptyprocess: Sometimes, piping stdin and stdout is not enough. There might be
|
|||
|
ptyprocess: a password prompt that doesn’t read from stdin, output that changes
|
|||
|
ptyprocess: when it’s going to a pipe rather than a terminal, or curses-style
|
|||
|
ptyprocess: interfaces that rely on a terminal.
|
|||
|
ptyprocess:
|
|||
|
ptyprocess: Project URL: https://pypi.python.org/pypi/ptyprocess
|
|||
|
ptyprocess:
|