Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib64/python3.5/Tools/demo/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/Tools/demo/__pycache__/rpython.cpython-35.opt-1.pyc



��Yf�@sWdZddlZddlmZmZmZmZdZdZdd�Ze�dS)zN
Remote python client.
Execute Python commands remotely and send output back.
�N)�socket�AF_INET�SOCK_STREAM�SHUT_WRiicCs3ttj�dkr,td�tjd�tjd}t}|jd�}|dkr�t||dd��}|d|�}djtjdd��}t	t
t�}|j||f�|j
|j��|jt�d}x$|jt�}|sP||7}q�Wt|j�d	d�|j�dS)
N�zusage: rpython host command���:r� ��end)�len�sys�argv�print�exit�PORT�find�int�joinrrrZconnect�send�encodeZshutdownrZrecv�BUFSIZE�decode�close)�hostZport�iZcommand�sZreply�data�r�7/opt/alt/python35/lib64/python3.5/Tools/demo/rpython.py�mains,



r!)	�__doc__rrrrrrrr!rrrr �<module>s"