Server IP : 184.154.167.98 / Your IP : 3.133.157.220 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib64/python3.6/multiprocessing/dummy/__pycache__/ |
Upload File : |
3 \/ � @ sR d ddgZ ddlmZ dgZG dd� de�Zdd � Zdd d�ZG d d� de�ZdS ) �Client�Listener�Pipe� )�QueueNc @ sB e Zd Zddd�Zdd� Zdd� Zed d � �Zdd� Zd d� Z dS )r N� c C s t |�| _d S )N)r �_backlog_queue)�self�addressZfamilyZbacklog� r �8/usr/lib64/python3.6/multiprocessing/dummy/connection.py�__init__ s zListener.__init__c C s t | jj� � S )N)� Connectionr �get)r r r r �accept s zListener.acceptc C s d | _ d S )N)r )r r r r �close s zListener.closec C s | j S )N)r )r r r r �<lambda> s zListener.<lambda>c C s | S )Nr )r r r r � __enter__ s zListener.__enter__c C s | j � d S )N)r )r �exc_type� exc_value�exc_tbr r r �__exit__"