U
    
W[ã  ã                   @   sL   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„ deeeƒZ	dS )	z=
Options handling specific to trial's workers.

@since: 12.3
é    ©ÚFilePath)ÚOptions)Ú_BasicOptions)ÚReactorSelectionMixinc                   @   s   e Zd ZdZdd„ ZdS )ÚWorkerOptionsz<
    Options forwarded to the trial distributed worker.
    c                 C   s   t dƒS )zx
        Return a L{FilePath} representing the directory into which coverage
        results should be written.
        Zcoverager   )Úself© r	   ú=/usr/lib/python3/dist-packages/twisted/trial/_dist/options.pyÚcoverdir   s    zWorkerOptions.coverdirN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r	   r	   r	   r
   r      s   r   N)
r   Ztwisted.python.filepathr   Ztwisted.python.usager   Ztwisted.scripts.trialr   Ztwisted.application.appr   r   r	   r	   r	   r
   Ú<module>   s
   