Orbits
1
|
Public Member Functions | |
def | __init__ |
def | run |
Public Member Functions inherited from pip.commands.install.InstallCommand | |
def | __init__ |
def | run |
Public Member Functions inherited from pip.basecommand.Command | |
def | __init__ |
def | setup_logging |
def | parse_args |
def | main |
Public Attributes | |
bundle_filename | |
Static Public Attributes | |
string | name = 'bundle' |
string | usage |
string | summary = 'DEPRECATED. Create pybundles.' |
bundle = True | |
Static Public Attributes inherited from pip.commands.install.InstallCommand | |
string | name = 'install' |
string | usage |
string | summary = 'Install packages.' |
bundle = False | |
Static Public Attributes inherited from pip.basecommand.Command | |
name = None | |
usage = None | |
hidden = False | |
Create pybundles (archives containing multiple packages).
def pip.commands.bundle.BundleCommand.__init__ | ( | self, | |
args, | |||
kw | |||
) |
def pip.commands.bundle.BundleCommand.run | ( | self, | |
options, | |||
args | |||
) |
|
static |
pip.commands.bundle.BundleCommand.bundle_filename |
|
static |
|
static |
Copyright 2014 Google Inc. All rights reserved.