
    eXf                     *    d dl Z d Zed             ZdS )    Nc                 :    t          j                    dk    rd S | S )NWindowsc                      d S )N )argskwargss     S/var/www/html/Qu*py/bism/lib/python3.11/site-packages/setuptools/windows_support.py<lambda>zwindows_only.<locals>.<lambda>   s    t     )platformsystem)funcs    r	   windows_onlyr      s#    I%%+++Kr   c                     ddl }t          d           |j        j        j        }|j        j        |j        j        f|_        |j        j	        |_
        d} || |          }|s|                                dS )z
    Set the hidden attribute on a file or directory.

    From http://stackoverflow.com/questions/19622133/

    `path` must be text.
    r   Nzctypes.wintypes   )ctypes
__import__windllkernel32SetFileAttributesWwintypesLPWSTRDWORDargtypesBOOLrestypeWinError)pathr   SetFileAttributesFILE_ATTRIBUTE_HIDDENrets        r	   	hide_filer"   
   s     MMM !!!.A!'!79N!N & 4 

D"7
8
8C  oo   r   )r   r   r"   r   r   r	   <module>r#      sB                r   