OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, path, **kwargs) |
def | should_include (self, filename, parent) |
def | get_distribution_names (self) |
![]() | |
def | __init__ (self, scheme='default') |
def | get_errors (self) |
def | clear_errors (self) |
def | clear_cache (self) |
def | get_project (self, name) |
def | score_url (self, url) |
def | prefer_url (self, url1, url2) |
def | split_filename (self, filename, project_name) |
def | convert_url_to_download_info (self, url, project_name) |
def | locate (self, requirement, prereleases=False) |
Data Fields | |
recursive | |
base_dir | |
![]() | |
opener | |
matcher | |
errors | |
Additional Inherited Members | |
![]() | |
source_extensions | |
binary_extensions | |
excluded_extensions | |
wheel_tags | |
downloadable_extensions | |
![]() | |
scheme = property(_get_scheme, _set_scheme) | |
This class locates distributions in a directory tree.
def __init__ | ( | self, | |
path, | |||
** | kwargs | ||
) |
Initialise an instance. :param path: The root of the directory tree to search. :param kwargs: Passed to the superclass constructor, except for: * recursive - if True (the default), subdirectories are recursed into. If False, only the top-level directory is searched,
def get_distribution_names | ( | self | ) |
Return all the distribution names known to this locator.
Reimplemented from Locator.
def should_include | ( | self, | |
filename, | |||
parent | |||
) |
Should a filename be considered as a candidate for a distribution archive? As well as the filename, the directory which contains it is provided, though not used by the current implementation.
base_dir |
recursive |