
    .Ph7                    @    d dl mZ d dlmZ  G d de          ZdgZdS )    )annotations)ViaTemplateActivatorc                  *    e Zd Zd Zed             ZdS )PowerShellActivatorc              #     K   dV  d S )Nzactivate.ps1 )selfs    i/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/virtualenv/activation/powershell/__init__.py	templateszPowerShellActivator.templates   s          c                :    |                      dd          } d|  dS )a  
        This should satisfy PowerShell quoting rules [1], unless the quoted
        string is passed directly to Windows native commands [2].

        [1]: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_quoting_rules
        [2]: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing#passing-arguments-that-contain-quote-characters
        'z'')replace)strings    r
   quotezPowerShellActivator.quote
   s%     T**6}}}r   N)__name__
__module____qualname__r   staticmethodr   r   r   r
   r   r      s>           	 	 \	 	 	r   r   N)
__future__r   "virtualenv.activation.via_templater   r   __all__r   r   r
   <module>r      sd    " " " " " " C C C C C C    .   $ r   