Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Static Public Attributes | List of all members
pip.commands.unzip.UnzipCommand Class Reference
Inheritance diagram for pip.commands.unzip.UnzipCommand:
pip.commands.zip.ZipCommand pip.basecommand.Command _object

Static Public Attributes

string name = 'unzip'
 
string summary = 'DEPRECATED. Unzip individual packages.'
 
- Static Public Attributes inherited from pip.commands.zip.ZipCommand
string name = 'zip'
 
string usage
 
string summary = 'DEPRECATED. Zip individual packages.'
 
- Static Public Attributes inherited from pip.basecommand.Command
 name = None
 
 usage = None
 
 hidden = False
 

Additional Inherited Members

- Public Member Functions inherited from pip.commands.zip.ZipCommand
def __init__
 
def paths
 
def run
 
def unzip_package
 
def zip_package
 
def remove_filename_from_pth
 
def add_filename_to_pth
 
def pth_files
 
def find_package
 
def list
 
def count_package
 
- Public Attributes inherited from pip.commands.zip.ZipCommand
 name
 
 select_paths
 
 simulate
 

Detailed Description

Unzip individual packages.

Member Data Documentation

string pip.commands.unzip.UnzipCommand.name = 'unzip'
static
string pip.commands.unzip.UnzipCommand.summary = 'DEPRECATED. Unzip individual packages.'
static

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.