def pip.commands.zip.ZipCommand.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kw |
|
) |
| |
def pip.commands.zip.ZipCommand.add_filename_to_pth |
( |
|
self, |
|
|
|
filename |
|
) |
| |
def pip.commands.zip.ZipCommand.count_package |
( |
|
self, |
|
|
|
path |
|
) |
| |
def pip.commands.zip.ZipCommand.find_package |
( |
|
self, |
|
|
|
package |
|
) |
| |
def pip.commands.zip.ZipCommand.list |
( |
|
self, |
|
|
|
options, |
|
|
|
args |
|
) |
| |
def pip.commands.zip.ZipCommand.paths |
( |
|
self | ) |
|
All the entries of sys.path, possibly restricted by --path
def pip.commands.zip.ZipCommand.pth_files |
( |
|
self | ) |
|
def pip.commands.zip.ZipCommand.remove_filename_from_pth |
( |
|
self, |
|
|
|
filename |
|
) |
| |
def pip.commands.zip.ZipCommand.run |
( |
|
self, |
|
|
|
options, |
|
|
|
args |
|
) |
| |
def pip.commands.zip.ZipCommand.unzip_package |
( |
|
self, |
|
|
|
module_name, |
|
|
|
filename |
|
) |
| |
def pip.commands.zip.ZipCommand.zip_package |
( |
|
self, |
|
|
|
module_name, |
|
|
|
filename, |
|
|
|
no_pyc |
|
) |
| |
string pip.commands.zip.ZipCommand.name = 'zip' |
|
static |
pip.commands.zip.ZipCommand.name |
pip.commands.zip.ZipCommand.select_paths |
pip.commands.zip.ZipCommand.simulate |
string pip.commands.zip.ZipCommand.summary = 'DEPRECATED. Zip individual packages.' |
|
static |
string pip.commands.zip.ZipCommand.usage |
|
static |
Initial value:
2 %prog [options] <package> ..."""
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/commands/zip.py
Copyright 2014 Google Inc. All rights reserved.