Hacked By AnonymousFox

Current Path : /opt/alt/python35/lib64/python3.5/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/__pycache__/pty.cpython-35.pyc



��Yf��@s�dZddlmZddlZddlZdddgZdZdZdZdZd	d�Z	d
d�Z
dd
�Zdd�Zdd�Z
dd�Zdd�Zeedd�Zeedd�ZdS)zPseudo terminal utilities.�)�selectN�openpty�fork�spawn��cCsNytj�SWnttfk
r(YnXt�\}}t|�}||fS)zdopenpty() -> (master_fd, slave_fd)
    Open a pty master/slave pair, using os.openpty() if possible.)�osr�AttributeError�OSError�_open_terminal�
slave_open)�	master_fd�
slave_name�slave_fd�r�(/opt/alt/python35/lib64/python3.5/pty.pyrscCs^ytj�\}}Wnttfk
r0Yn'Xtj|�}tj|�||fSt�S)z�master_open() -> (master_fd, slave_name)
    Open a pty master and return the fd, and the filename of the slave end.
    Deprecated, use openpty() instead.)rrr	r
�ttyname�closer)r
rrrrr�master_open!s

rc
Cs�xmdD]e}x\dD]T}d||}ytj|tj�}Wntk
rXwYnX|d||fSWqWtd��dS)z1Open pty master and return (master_fd, tty_name).ZpqrstuvwxyzPQRSTZ0123456789abcdefz/dev/ptyz/dev/ttyzout of pty devicesN)r�open�O_RDWRr
)�x�yZpty_name�fdrrrr1s


rcCs�tj|tj�}yddlm}m}Wntk
rG|SYnXy$|||d�|||d�Wntk
r�YnX|S)z�slave_open(tty_name) -> slave_fd
    Open the pty slave and acquire the controlling terminal, returning
    opened filedescriptor.
    Deprecated, use openpty() instead.r)�ioctl�I_PUSHZptemZldterm)rrrZfcntlrr�ImportErrorr
)Ztty_name�resultrrrrrr=s
	
rcCs6ytj�\}}Wnttfk
r0Yn:X|tkr`ytj�Wntk
r_YnX||fSt�\}}tj�}|tkrtj�tj|�tj	|t
�tj	|t�tj	|t�|tkr�tj|�tj
tjt�tj�}tj|�n
tj|�||fS)zdfork() -> (pid, master_fd)
    Fork and make the child a session leader with a controlling terminal.)r�forkptyr	r
�CHILD�setsidrrr�dup2�STDIN_FILENO�
STDOUT_FILENO�
STDERR_FILENOrrr)�pidrr
rZtmp_fdrrrrOs0





cCs3x,|r.tj||�}||d�}qWdS)z#Write all the data to a descriptor.N)r�write)r�data�nrrr�_writenws	r)cCstj|d�S)zDefault read function.i)r�read)rrrr�_read}sr+cCs�|tg}x�t|gg�\}}}||krh||�}|sX|j|�ntjt|�t|kr|t�}|s�|jt�qt||�qWdS)z�Parent copy loop.
    Copies
            pty master -> standard output   (master_read)
            standard input -> pty master    (stdin_read)N)r"r�removerr&r#r))r
�master_read�
stdin_readZfdsZrfdsZwfdsZxfdsr'rrr�_copy�sr/cCs�t|�td�kr!|f}t�\}}|tkrPtj|d|�y&tjt�}tjt�d}Wntj	k
r�d}YnXyt
|||�Wn.tk
r�|r�tjttj
|�YnXtj|�tj|d�dS)zCreate a spawned process.�rr)�typerrr�execlp�ttyZ	tcgetattrr"Zsetraw�errorr/r
Z	tcsetattrZ	TCSAFLUSHr�waitpid)�argvr-r.r%r
�modeZrestorerrrr�s$	



)�__doc__rrr3�__all__r"r#r$rrrrrrr)r+r/rrrrr�<module>s"(

Hacked By AnonymousFox1.0, Coded By AnonymousFox