Module urlparse :: Class BaseResult
[hide private]
[frames] | no frames]

Class BaseResult

object --+    
         |    
     tuple --+
             |
            BaseResult
Known Subclasses:

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]

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

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

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

Inherited from object: __class__

Property Details [hide private]

scheme

Get Method:
unreachable.scheme(self)

netloc

Get Method:
unreachable.netloc(self)

path

Get Method:
unreachable.path(self)

query

Get Method:
unreachable.query(self)

fragment

Get Method:
unreachable.fragment(self)

username

Get Method:
unreachable.username(self)

password

Get Method:
unreachable.password(self)

hostname

Get Method:
unreachable.hostname(self)

port

Get Method:
unreachable.port(self)