![]() |
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] | parseCliArguments1 () |
| Parse CLI arguments for this application. | |
| tuple[(argparse.Namespace, None), int] | parseCliArguments2 () |
| Parse CLI arguments for this application. | |
| int | displayDocumentation () |
| Display the version number and generating procedure for "pyenv-virtualenv" for Windows. | |
| int | displayVersionNumber () |
| Display the version number and generating procedure for "pyenv-virtualenv" for Windows. | |
| int | main () |
| Main routine of the application. | |
| int pyenv-virtualenv.run | ( | argparse.Namespace | args | ) |
Sub routine to run the application.
| args | Parsed command line arguments of this application. |
Definition at line 53 of file pyenv-virtualenv.py.
| tuple[(argparse.Namespace, None), int] pyenv-virtualenv.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 214 of file pyenv-virtualenv.py.
| tuple[(argparse.Namespace, None), int] pyenv-virtualenv.parseCliArguments2 | ( | ) |
Parse CLI arguments for this application.
Implement this as required, but don't touch the interface definition for input and output.
Definition at line 254 of file pyenv-virtualenv.py.
| int pyenv-virtualenv.displayDocumentation | ( | ) |
Display the version number and generating procedure for "pyenv-virtualenv" for Windows.
Definition at line 294 of file pyenv-virtualenv.py.
| int pyenv-virtualenv.displayVersionNumber | ( | ) |
Display the version number and generating procedure for "pyenv-virtualenv" for Windows.
Definition at line 323 of file pyenv-virtualenv.py.
| int pyenv-virtualenv.main | ( | ) |
Main routine of the application.
Definition at line 349 of file pyenv-virtualenv.py.