![]() |
pyenv-virtualenv for Windows 1.2
A 'pyenv' plugin to manage Python virtual environments, depending on different Python versions, for various Python projects.
|
Functions | |
| int | run (argparse.Namespace args) |
| Sub routine to run the application. | |
| tuple[(argparse.Namespace, None), int] | parseCliArguments () |
| Parse CLI arguments for this application. | |
| int | main () |
| Main routine of the application. | |
| int pyenv-virtualenv-props.run | ( | argparse.Namespace | args | ) |
Sub routine to run the application.
| args | Parsed command line arguments of this application. |
Definition at line 52 of file pyenv-virtualenv-props.py.
| tuple[(argparse.Namespace, None), int] pyenv-virtualenv-props.parseCliArguments | ( | ) |
Parse CLI arguments for this application.
Implement this as required, but don't touch the interface definition for input and output.
Definition at line 105 of file pyenv-virtualenv-props.py.
| int pyenv-virtualenv-props.main | ( | ) |
Main routine of the application.
Definition at line 183 of file pyenv-virtualenv-props.py.