Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
pty.py File Reference

Go to the source code of this file.

Namespaces

 pty
 

Constant Groups

 pty
 

Functions

def openpty
 
def master_open
 
def slave_open
 
def fork
 
def spawn
 

Variables

list __all__ = ["openpty","fork","spawn"]
 
int STDIN_FILENO = 0
 
int STDOUT_FILENO = 1
 
int STDERR_FILENO = 2
 
int CHILD = 0