Package duplicity :: Module urlparse_2_5 :: Class ParseResult
[hide private]
[frames] | no frames]

Class ParseResult

source code


Instance Methods [hide private]
 
get_params(self) source code
 
geturl(self) source code

Inherited from BaseResult: get_fragment, get_hostname, get_netloc, get_password, get_path, get_port, get_query, get_scheme, get_username

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __repr__, __rmul__, __sizeof__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, scheme, netloc, path, params, query, fragment) source code
Properties [hide private]
  params

Inherited from BaseResult: fragment, hostname, netloc, password, path, port, query, scheme, username

Inherited from object: __class__

Method Details [hide private]

__new__(cls, scheme, netloc, path, params, query, fragment)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

Property Details [hide private]

params

Get Method:
get_params(self)