Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
pip._vendor.distlib.resources.ZipResourceFinder Class Reference
Inheritance diagram for pip._vendor.distlib.resources.ZipResourceFinder:
pip._vendor.distlib.resources.ResourceFinder _object

Public Member Functions

def __init__
 
def get_cache_info
 
def get_bytes
 
def get_stream
 
def get_size
 
def get_resources
 
- Public Member Functions inherited from pip._vendor.distlib.resources.ResourceFinder
def __init__
 
def get_cache_info
 
def find
 
def get_stream
 
def get_bytes
 
def get_size
 
def get_resources
 
def is_container
 

Public Attributes

 prefix_len
 
 index
 
- Public Attributes inherited from pip._vendor.distlib.resources.ResourceFinder
 module
 
 loader
 
 base
 

Private Member Functions

def _adjust_path
 
def _find
 
def _is_directory
 

Private Attributes

 _files
 

Detailed Description

Resource finder for resources in .zip files.

Constructor & Destructor Documentation

def pip._vendor.distlib.resources.ZipResourceFinder.__init__ (   self,
  module 
)

Member Function Documentation

def pip._vendor.distlib.resources.ZipResourceFinder._adjust_path (   self,
  path 
)
private
def pip._vendor.distlib.resources.ZipResourceFinder._find (   self,
  path 
)
private
def pip._vendor.distlib.resources.ZipResourceFinder._is_directory (   self,
  path 
)
private
def pip._vendor.distlib.resources.ZipResourceFinder.get_bytes (   self,
  resource 
)
def pip._vendor.distlib.resources.ZipResourceFinder.get_cache_info (   self,
  resource 
)
def pip._vendor.distlib.resources.ZipResourceFinder.get_resources (   self,
  resource 
)
def pip._vendor.distlib.resources.ZipResourceFinder.get_size (   self,
  resource 
)
def pip._vendor.distlib.resources.ZipResourceFinder.get_stream (   self,
  resource 
)

Member Data Documentation

pip._vendor.distlib.resources.ZipResourceFinder._files
private
pip._vendor.distlib.resources.ZipResourceFinder.index
pip._vendor.distlib.resources.ZipResourceFinder.prefix_len

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

Copyright 2014 Google Inc. All rights reserved.