⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
pexpect
/
__pycache__
/
View File Name :
socket_pexpect.cpython-312.pyc
e T d Z ddlZddlmZ ddlmZmZ ddlmZ dgZ G d de Z y) a, This is like :mod:`pexpect`, but it will work with any socket that you pass it. You are responsible for opening and closing the socket. PEXPECT LICENSE This license is approved by the OSI and FSF as GPL-compatible. http://opensource.org/licenses/isc-license.txt Copyright (c) 2012, Noah Spurrier
PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY PURPOSE WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. N)contextmanager )TIMEOUTEOF) SpawnBaseSocketSpawnc e Zd ZdZ ddej fdZd Zd ZdefdZ defd Z d Zd Ze d Zdd Zy)r zThis is like :mod:`pexpect.fdpexpect` but uses the cross-platform python socket api, rather than the unix-specific file descriptor api. Thus, it works with remote connections on both unix and windows.Nsocketc d| _ d| _ t j | |||||| || _ |j | _ d| _ d|z | _ | | _ y)zThis takes an open socket.N)encodingcodec_errorsFz
) argscommandr __init__r filenochild_fdclosednameuse_poll) selfr r timeoutmaxreadsearchwindowsizelogfiler r r s 8/usr/lib/python3/dist-packages/pexpect/socket_pexpect.pyr zSocketSpawn.__init__% sg % % !F* c | j dk( ry| j | j j t j | j j d| _ d| _ y)zClose the socket. Calling this method a second time does nothing, but if the file descriptor was closed elsewhere, :class:`OSError` will be raised. NT)r flushr shutdown SHUT_RDWRcloser r s r r" zSocketSpawn.closeD sR ==B V--. r c <