⚝
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 :
fdpexpect.cpython-312.pyc
eg X d Z ddlmZ ddlmZmZ ddlmZmZ ddl Z dgZ G d de Zy) a This is like :mod:`pexpect`, but it will work with any file descriptor that you pass it. You are responsible for opening and close the file descriptor. This allows you to use Pexpect with sockets and named pipes (FIFOs). .. note:: socket.fileno() does not give a readable file descriptor on windows. Use :mod:`pexpect.socket_pexpect` for cross-platform socket support 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. ) SpawnBase)ExceptionPexpectTIMEOUT)select_ignore_interruptspoll_ignore_interrupts Nfdspawnc \ e Zd ZdZ ddZd Zd ZddZd Zd Z d Z d Zd fd Z xZ S )r zThis is like pexpect.spawn but allows you to supply your own open file descriptor. For example, you could use it to read through a file looking for patterns, or to control a modem or serial device. c t | t d k7 rt |d r|j }t | t d k7 rt d t j | d| _ d| _ t j | |||||| || _ d| _ d| _ d|z | _ | | _ y# t $ r t d w xY w) zThis takes a file descriptor (an int) or an object that support the fileno() method (returning an int). All Python file-like objects support fileno(). r filenozdThe fd argument is not an int. If this is a command string then maybe you want to use pexpect.spawn.z/The fd argument is not a valid file descriptor.N)encodingcodec_errorsFz
)typehasattrr r osfstatOSErrorargscommandr __init__child_fdown_fdclosednameuse_poll) selffdr timeoutmaxreadsearchwindowsizelogfiler r r s 3/usr/lib/python3/dist-packages/pexpect/fdpexpect.pyr zfdspawn.__init__( s 8tAw72x#8B8tAw" $J K K VHHRL 4'3CW$,< I *R/ V"#TUU Vs B= =Cc | j dk( ry| j t j | j d| _ d| _ y)zClose the file descriptor. Calling this method a second time does nothing, but if the file descriptor was closed elsewhere, :class:`OSError` will be raised. NT)r flushr closer r s r" r&