o
    >h`                     @   s:   d Z ddlmZmZmZ ddlmZ dee fddZdS )z@
Hypothesis strategies for values related to L{twisted.python}.
    )SearchStrategy
characterstext)Literalreturnc               	   C   s    d} t ddtdd| fdddS )	z^
    Build strings that are legal values for the systemd
    I{FileDescriptorName} field.
    Cc      r      ):)min_codepointmax_codepointblacklist_categoriesblacklist_characters)min_sizemax_sizealphabet)r   r   )control_characters r   ~/var/www/vedio/testing/chatpythonscript.ninositsolution.com/env/lib/python3.10/site-packages/twisted/python/test/strategies.pysystemdDescriptorNames   s   	r   N)	__doc__hypothesis.strategiesr   r   r   typing_extensionsr   strr   r   r   r   r   <module>   s   