Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/_threads/test/__pycache__/test_team.cpython-39.pyc
Ðазад
a k�h�$ � @ sz d Z ddlmZ ddlmZmZ ddlmZ ddlm Z ddl mZmZm Z mZ G dd � d eed ��ZG dd� de �Zd S )z& Tests for L{twisted._threads._team}. � )�proxyForInterface)�call�get)�Failure)�SynchronousTestCase� )�AlreadyQuit�IWorker�Team�createMemoryWorkerc s( e Zd ZdZdd� Z� fdd�Z� ZS )�ContextualWorkerz: A worker implementation that supplies a context. c K s || _ || _dS )z: Create with a real worker and a context. N)�_realWorker�_context)�selfZ realWorker�ctx� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/_threads/test/test_team.py�__init__ s zContextualWorker.__init__c s t � �� �fdd�� dS )z� Perform the given work with the context given to __init__. @param work: the work to pass on to the real worker. c s t � j��S �N)r r r �r Zworkr r �<lambda>"