
    Yf                     Z    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d deee          Z	dS )	z=
Options handling specific to trial's workers.

@since: 12.3
    )ReactorSelectionMixinFilePath)Options)_BasicOptionsc                       e Zd ZdZd ZdS )WorkerOptionsz<
    Options forwarded to the trial distributed worker.
    c                      t          d          S )zx
        Return a L{FilePath} representing the directory into which coverage
        results should be written.
        coverager   )selfs    M/var/www/html/env/lib/python3.11/site-packages/twisted/trial/_dist/options.pycoverdirzWorkerOptions.coverdir   s    
 
###    N)__name__
__module____qualname____doc__r    r   r   r	   r	      s-         $ $ $ $ $r   r	   N)
r   twisted.application.appr   twisted.python.filepathr   twisted.python.usager   twisted.scripts.trialr   r	   r   r   r   <module>r      s     : 9 9 9 9 9 , , , , , , ( ( ( ( ( ( / / / / / /
$ 
$ 
$ 
$ 
$M7,A 
$ 
$ 
$ 
$ 
$r   