Package svnmailer :: Module browser :: Class ParsedUrl
[show private | hide private]
[frames | no frames]

Type ParsedUrl

object --+
         |
        ParsedUrl


Container for URL parsing and modification
Method Summary
  __init__(self, url)
Initialization
str __str__(self)
Returns the URL as string
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __repr__(x)
x.__repr__() <==> repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...

Instance Variable Summary
str fragment: The fragment
str netloc: The netloc
  param: The path param @type param:str
str path: The path
str query: The query string
str scheme: The scheme

Method Details

__init__(self, url)
(Constructor)

Initialization
Overrides:
__builtin__.object.__init__

__str__(self)
(Informal representation operator)

Returns the URL as string
Returns:
The URL as string
           (type=str)
Overrides:
__builtin__.object.__str__

Instance Variable Details

fragment

The fragment
Type:
str

netloc

The netloc
Type:
str

param

The path param @type param:str

path

The path
Type:
str

query

The query string
Type:
str

scheme

The scheme
Type:
str

Generated by Epydoc 2.1 on Mon Apr 17 12:39:10 2006 http://epydoc.sf.net