⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.24
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
python311
/
lib64
/
python3.11
/
__pycache__
/
View File Name :
pty.cpython-311.pyc
~&⏪ d Z ddlmZ ddlZddlZddlZddlmZmZ ddlmZmZm Z g dZ dZdZdZ dZd Zd Zd Zd Zd Zd ZeefdZeefdZdS )zPseudo terminal utilities. )selectN)closewaitpid)setraw tcgetattr tcsetattr)openptyforkspawn c t j S # t t f$ r Y nw xY wt \ } }t | }| |fS )zdopenpty() -> (master_fd, slave_fd) Open a pty master/slave pair, using os.openpty() if possible.)osr AttributeErrorOSError_open_terminal slave_open) master_fd slave_nameslave_fds */opt/alt/python311/lib64/python3.11/pty.pyr r s` z||G$ *,,Iz*%%Hhs ))c t j \ } }t j | }t j | | |fS # t t f$ r Y nw xY wt S )zmaster_open() -> (master_fd, slave_name) Open a pty master and return the fd, and the filename of the slave end. Deprecated, use openpty() instead.)r r ttynamer r r r )r r r s r master_openr &