OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | create (cls, find_links, index_urls) |
def | __init__ (self, find_links, index_urls) |
def | get_formatted_locations (self) |
def | get_index_urls_locations (self, project_name) |
Data Fields | |
find_links | |
index_urls | |
Encapsulates the locations that pip is configured to search.
def __init__ | ( | self, | |
find_links, | |||
index_urls | |||
) |
def create | ( | cls, | |
find_links, | |||
index_urls | |||
) |
Create a SearchScope object after normalizing the `find_links`.
def get_formatted_locations | ( | self | ) |
def get_index_urls_locations | ( | self, | |
project_name | |||
) |
Returns the locations found via self.index_urls Checks the url_name on the main (first in the list) index and use this url_name to produce all locations
find_links |
index_urls |