Package duplicity :: Module backend :: Class ParsedUrl
[hide private]
[frames] | no frames]

Class ParsedUrl

source code

Parse the given URL as a duplicity backend URL.

Returns the data of a parsed URL with the same names as that of the standard urlparse.urlparse() except that all values have been resolved rather than deferred. There are no get_* members. This makes sure that the URL parsing errors are detected early.

Raise InvalidBackendURL on invalid URL's

Instance Methods [hide private]
 
__init__(self, url_string) source code
 
geturl(self) source code