OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __str__ (self) |
def | encode_netloc (self) |
def | decode (self, charset="utf-8", errors="replace") |
![]() | |
def | replace (self, **kwargs) |
def | host (self) |
def | ascii_host (self) |
def | port (self) |
def | auth (self) |
def | username (self) |
def | raw_username (self) |
def | password (self) |
def | raw_password (self) |
def | decode_query (self, *args, **kwargs) |
def | join (self, *args, **kwargs) |
def | to_url (self) |
def | decode_netloc (self) |
def | to_uri_tuple (self) |
def | to_iri_tuple (self) |
def | get_file_location (self, pathformat=None) |
Represents a parsed URL in bytes.
def __str__ | ( | self | ) |
def decode | ( | self, | |
charset = "utf-8" , |
|||
errors = "replace" |
|||
) |
Decodes the URL to a tuple made out of strings. The charset is only being used for the path, query and fragment.
def encode_netloc | ( | self | ) |
Returns the netloc unchanged as bytes.