| Server IP : 43.141.49.92 / Your IP : 113.219.202.44 Web Server : Apache System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.1.27 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.11/__pycache__/ |
Upload File : |
�
��e�L � �� � d Z ddlmZmZ ddlmZ ddlmZ ddlZddl Z ddl
Z
dZdZd� Z
ed g d
�� � Zde_ dej _ d
ej _ dej _ dej _ G d� de� � Z G d� de�� � Z G d� de� � Z G d� de� � Z G d� de� � Z ee d� � r G d� de� � Z ee d� � r G d� d e� � Z ee d!� � r G d"� d#e� � Z ee d$� � r G d%� d&e� � Zd'� Z ed$� � reZdS ed� � reZdS ed!� � reZdS ed� � reZdS eZdS )(z|Selectors module.
This module allows high-level and efficient I/O multiplexing, built upon the
`select` module primitives.
� )�ABCMeta�abstractmethod)�
namedtuple)�MappingN� � c �H � t | t � � r| }na t | � � � � � }n># t t t
f$ r$ t d� | � � � � d�w xY w|dk r"t d� |� � � � �|S )z�Return a file descriptor from a file object.
Parameters:
fileobj -- file object or file descriptor
Returns:
corresponding file descriptor
Raises:
ValueError if the object is invalid
zInvalid file object: {!r}Nr zInvalid file descriptor: {})�
isinstance�int�fileno�AttributeError� TypeError�
ValueError�format)�fileobj�fds �"/usr/lib64/python3.11/selectors.py�_fileobj_to_fdr s� � � �'�3��� ?�
��� ?��W�^�^�%�%�&�&�B�B��� �:�6� ?� ?� ?�� $�$*�F�7�O�O�5� 5�:>�
?� ?����
�A�v�v��6�=�=�b�A�A�B�B�B�
�Is �!<