Home
last modified time | relevance | path

Searched refs:pre_mkvirtualenv (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-virtualenvwrapper/virtualenvwrapper-4.8.4/
H A Dsetup.cfg47 virtualenvwrapper.pre_mkvirtualenv =
48 user_scripts = virtualenvwrapper.user_scripts:pre_mkvirtualenv
/dports/devel/py-virtualenvwrapper/virtualenvwrapper-4.8.4/docs/source/
H A Dplugins.rst29 to virtualenvwrapper. And the :ref:`plugins-pre_mkvirtualenv` and
253 def pre_mkvirtualenv(args):
254 log.debug('pre_mkvirtualenv %s', str(args))
297 .. _plugins-pre_mkvirtualenv:
299 pre_mkvirtualenv section in get_env_details
302 The ``virtualenvwrapper.pre_mkvirtualenv`` hooks are run after the
/dports/devel/py-virtualenvwrapper/virtualenvwrapper-4.8.4/virtualenvwrapper/
H A Duser_scripts.py209 def pre_mkvirtualenv(args): function