OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.distlib.resources Namespace Reference

Data Structures

class  Resource
 
class  ResourceBase
 
class  ResourceCache
 
class  ResourceContainer
 
class  ResourceFinder
 
class  ZipResourceFinder
 

Functions

def register_finder (loader, finder_maker)
 
def finder (package)
 
def finder_for_path (path)
 

Variables

 logger
 
 cache
 

Function Documentation

◆ finder()

def pip._vendor.distlib.resources.finder (   package)
Return a resource finder for a package.
:param package: The name of the package.
:return: A :class:`ResourceFinder` instance for the package.

◆ finder_for_path()

def pip._vendor.distlib.resources.finder_for_path (   path)
Return a resource finder for a path, which should represent a container.

:param path: The path.
:return: A :class:`ResourceFinder` instance for the path.

◆ register_finder()

def pip._vendor.distlib.resources.register_finder (   loader,
  finder_maker 
)

Variable Documentation

◆ cache

cache

◆ logger

logger