![]() |
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] | parseCliArguments0 () |
| Parse CLI arguments for this application. | |
| tuple[(argparse.Namespace, None), int] | parseCliArguments1 () |
| Parse CLI arguments for this application. | |
| int | main () |
| Main routine of the application. | |
| int pyenv-virtualenv-prefix.run | ( | argparse.Namespace | args | ) |
Sub routine to run the application.
| args | Given command line arguments. |
Definition at line 51 of file pyenv-virtualenv-prefix.py.
| tuple[(argparse.Namespace, None), int] pyenv-virtualenv-prefix.parseCliArguments0 | ( | ) |
Parse CLI arguments for this application.
Implement this as required, but don't touch the interface definition for input and output.
Definition at line 144 of file pyenv-virtualenv-prefix.py.
| tuple[(argparse.Namespace, None), int] pyenv-virtualenv-prefix.parseCliArguments1 | ( | ) |
Parse CLI arguments for this application.
Implement this as required, but don't touch the interface definition for input and output.
Definition at line 170 of file pyenv-virtualenv-prefix.py.
| int pyenv-virtualenv-prefix.main | ( | ) |
Main routine of the application.
Definition at line 195 of file pyenv-virtualenv-prefix.py.