Orbits
1
|
Public Member Functions | |
def | __init__ |
def | run |
def | run_outdated |
def | find_packages_latests_versions |
def | run_listing |
def | run_editables |
def | output_package_listing |
def | run_uptodate |
Public Member Functions inherited from pip.basecommand.Command | |
def | __init__ |
def | setup_logging |
def | parse_args |
def | main |
Static Public Attributes | |
string | name = 'list' |
string | usage |
string | summary = 'List installed packages.' |
list | skip = ['python'] |
Static Public Attributes inherited from pip.basecommand.Command | |
name = None | |
usage = None | |
hidden = False | |
Private Member Functions | |
def | _build_package_finder |
Additional Inherited Members | |
Public Attributes inherited from pip.basecommand.Command | |
parser | |
cmd_opts | |
List installed packages, including editables.
def pip.commands.list.ListCommand.__init__ | ( | self, | |
args, | |||
kw | |||
) |
|
private |
Create a package finder appropriate to this list command.
def pip.commands.list.ListCommand.find_packages_latests_versions | ( | self, | |
options | |||
) |
def pip.commands.list.ListCommand.output_package_listing | ( | self, | |
installed_packages | |||
) |
def pip.commands.list.ListCommand.run | ( | self, | |
options, | |||
args | |||
) |
def pip.commands.list.ListCommand.run_editables | ( | self, | |
options | |||
) |
def pip.commands.list.ListCommand.run_listing | ( | self, | |
options | |||
) |
def pip.commands.list.ListCommand.run_outdated | ( | self, | |
options | |||
) |
def pip.commands.list.ListCommand.run_uptodate | ( | self, | |
options | |||
) |
|
static |
|
static |
|
static |
Copyright 2014 Google Inc. All rights reserved.