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

Public Member Functions

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

 module
 
 loader
 
 base
 

Private Member Functions

def _adjust_path
 
def _make_path
 
def _find
 

Static Private Attributes

tuple _is_directory = staticmethod(os.path.isdir)
 

Detailed Description

Resource finder for file system resources.

Constructor & Destructor Documentation

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

Member Function Documentation

def pip._vendor.distlib.resources.ResourceFinder._adjust_path (   self,
  path 
)
private
def pip._vendor.distlib.resources.ResourceFinder._find (   self,
  path 
)
private
def pip._vendor.distlib.resources.ResourceFinder._make_path (   self,
  resource_name 
)
private
def pip._vendor.distlib.resources.ResourceFinder.find (   self,
  resource_name 
)
def pip._vendor.distlib.resources.ResourceFinder.get_bytes (   self,
  resource 
)
def pip._vendor.distlib.resources.ResourceFinder.get_cache_info (   self,
  resource 
)
def pip._vendor.distlib.resources.ResourceFinder.get_resources (   self,
  resource 
)
def pip._vendor.distlib.resources.ResourceFinder.get_size (   self,
  resource 
)
def pip._vendor.distlib.resources.ResourceFinder.get_stream (   self,
  resource 
)
def pip._vendor.distlib.resources.ResourceFinder.is_container (   self,
  resource 
)

Member Data Documentation

tuple pip._vendor.distlib.resources.ResourceFinder._is_directory = staticmethod(os.path.isdir)
staticprivate
pip._vendor.distlib.resources.ResourceFinder.base
pip._vendor.distlib.resources.ResourceFinder.loader
pip._vendor.distlib.resources.ResourceFinder.module

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

Copyright 2014 Google Inc. All rights reserved.