|
Orbits
1
|
Public Member Functions | |
| def | __init__ |
| def | run |
Public Member Functions inherited from pip.basecommand.Command | |
| def | __init__ |
| def | setup_logging |
| def | parse_args |
| def | main |
Static Public Attributes | |
| string | name = 'completion' |
| string | summary = 'A helper command to be used for command completion' |
| hidden = True | |
Static Public Attributes inherited from pip.basecommand.Command | |
| name = None | |
| usage = None | |
| hidden = False | |
Additional Inherited Members | |
Public Attributes inherited from pip.basecommand.Command | |
| parser | |
| cmd_opts | |
A helper command to be used for command completion.
| def pip.commands.completion.CompletionCommand.__init__ | ( | self, | |
| args, | |||
| kw | |||
| ) |
| def pip.commands.completion.CompletionCommand.run | ( | self, | |
| options, | |||
| args | |||
| ) |
Prints the completion code of the given shell
|
static |
|
static |
|
static |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.