MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/virtualenv/seed/__pycache__/seeder.cpython-37.pyc
B

���a��@sHddlmZmZddlmZmZddlmZee�Gdd�de��Z	dS)�)�absolute_import�unicode_literals)�ABCMeta�abstractmethod)�
add_metaclassc@s0eZdZdZdd�Zedd��Zedd��ZdS)	�SeederzDA seeder will install some seed packages into a virtual environment.cCs||_|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)�selfZoptionsr�r�G/opt/alt/python37/lib/python3.7/site-packages/virtualenv/seed/seeder.py�__init__
szSeeder.__init__cCst�dS)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
        N)�NotImplementedError)�cls�parserZinterpreterZapp_datarrr�add_parser_argumentss	zSeeder.add_parser_argumentscCst�dS)z�Perform the seed operation.

        :param creator: the creator (based of :class:`virtualenv.create.creator.Creator`) we used to create this         virtual environment
        N)r)r
Zcreatorrrr�run!sz
Seeder.runN)	�__name__�
__module__�__qualname__�__doc__r
�classmethodrrrrrrrrs	rN)
Z
__future__rr�abcrrZsixr�objectrrrrr�<module>s