| Server IP : 217.160.0.135 / Your IP : 216.73.216.73 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/virtualenv/seed/__pycache__/ |
Upload File : |
�
�h�cl � �: � d dl mZmZ G d� de�� � ZdgZdS )� )�ABCMeta�abstractmethodc �D � e Zd ZdZd� Zed� � � Zed� � � ZdS )�SeederzDA seeder will install some seed packages into a virtual environment.c �, � || _ |j | _ dS )z�
:param options: the parsed options as defined within :meth:`add_parser_arguments`
:param enabled: a flag weather the seeder is enabled or not
N)�enabled�env)�self�optionsr s �8/usr/lib/python3/dist-packages/virtualenv/seed/seeder.py�__init__zSeeder.__init__ s � � ����;����� c � � t �)z�
Add CLI arguments for this seed mechanisms.
:param parser: the CLI parser
:param app_data: the CLI parser
:param interpreter: the interpreter this virtual environment is based of
��NotImplementedError)�cls�parser�interpreter�app_datas r �add_parser_argumentszSeeder.add_parser_arguments s
� � "�!r c � � t �)z�Perform the seed operation.
:param creator: the creator (based of :class:`virtualenv.create.creator.Creator`) we used to create this virtual environment
r )r
�creators r �runz
Seeder.run s
� � "�!r N) �__name__�
__module__�__qualname__�__doc__r
�classmethodr r r � r r r r s_ � � � � � �N�N�� � � �"� "� �[�"� �"� "� �^�"� "� "r r )� metaclassN)�abcr r r �__all__r r r �<module>r# s] �� '� '� '� '� '� '� '� '�"� "� "� "� "�w� "� "� "� "�D
����r