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

Class BaseResult

source code


Base class for the parsed result objects.

This provides the attributes shared by the two derived result objects as read-only properties. The derived classes are responsible for checking the right number of arguments were supplied to the constructor.

Instance Methods [hide private]
 
get_scheme(self) source code
 
get_netloc(self) source code
 
get_path(self) source code
 
get_query(self) source code
 
get_fragment(self) source code
 
get_username(self) source code
 
get_password(self) source code
 
get_hostname(self) source code
 
get_port(self) source code

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

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

Properties [hide private]
  scheme
  netloc
  path
  query
  fragment
  username
  password
  hostname
  port

Inherited from object: __class__

Property Details [hide private]

scheme

Get Method:
get_scheme(self)

netloc

Get Method:
get_netloc(self)

path

Get Method:
get_path(self)

query

Get Method:
get_query(self)

fragment

Get Method:
get_fragment(self)

username

Get Method:
get_username(self)

password

Get Method:
get_password(self)

hostname

Get Method:
get_hostname(self)

port

Get Method:
get_port(self)