Python pty Functions
EditRocket provides the following information on pty functions in the Python source code builder.
fork() - Fork.
openpty() - Open a new pseudo-terminal pair, using os.
spawn(argv[, master_read[, stdin_read]]) - Spawn a process, and connect its controlling terminal with the current process's standard io.