OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, distpath, **kwargs) |
![]() | |
def | __init__ (self, scheme='default') |
def | get_errors (self) |
def | clear_errors (self) |
def | clear_cache (self) |
def | get_distribution_names (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 | |
distpath | |
![]() | |
opener | |
matcher | |
errors | |
Additional Inherited Members | |
![]() | |
source_extensions | |
binary_extensions | |
excluded_extensions | |
wheel_tags | |
downloadable_extensions | |
![]() | |
scheme = property(_get_scheme, _set_scheme) | |
This locator finds installed distributions in a path. It can be useful for adding to an :class:`AggregatingLocator`.
def __init__ | ( | self, | |
distpath, | |||
** | kwargs | ||
) |
Initialise an instance. :param distpath: A :class:`DistributionPath` instance to search.
distpath |