API Reference

class url.URL
__truediv__(value, /)

Return self/value.

cannot_be_a_base
fragment
host
host_str
join(input)
make_relative(url)
classmethod parse(input)
classmethod parse_with_params(input, value)
password
path
path_segments
port
query
scheme
username
with_fragment(fragment=None)
class url.Domain(input)
exception url.URLError
exception url.EmptyHost
exception url.IdnaError
exception url.InvalidPort
exception url.InvalidIPv4Address
exception url.InvalidIPv6Address
exception url.InvalidDomainCharacter
exception url.RelativeURLWithoutBase
exception url.RelativeURLWithCannotBeABaseBase
exception url.SetHostOnCannotBeABaseURL