OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
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.
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.
def pip._vendor.distlib.resources.register_finder | ( | loader, | |
finder_maker | |||
) |
cache |
logger |