Current Path: > > opt > alt > python34 > lib64 > python3.4 > multiprocessing > dummy > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-34.pyc | File | 4043 bytes | April 17 2024 17:10:07. | |
__init__.cpython-34.pyo | File | 3996 bytes | April 17 2024 17:10:03. | |
connection.cpython-34.pyc | File | 2699 bytes | April 17 2024 17:10:07. | |
connection.cpython-34.pyo | File | 2699 bytes | April 17 2024 17:10:07. |
� e fT � @ ss d d d g Z d d l m Z d g Z Gd d � d e � Z d d � Z d d d � Z Gd d � d e � Z d S)�Client�Listener�Pipe� )�QueueNc @ sg e Z d Z d d d d d � Z d d � Z d d � Z e d d � � Z d d � Z d d � Z d S)r N� c C s t | � | _ d S)N)r �_backlog_queue)�self�addressZfamilyZbacklog� r �E/opt/alt/python34/lib64/python3.4/multiprocessing/dummy/connection.py�__init__ s zListener.__init__c C s t | j j � � 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__"