Home | Trees | Index | Help |
---|
Package svnmailer :: Module browser :: Class ParsedUrl |
|
object
--+
|
ParsedUrl
Method Summary | |
---|---|
Initialization | |
str
|
Returns the URL as string |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
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)
Initialization
|
__str__(self)
Returns the URL as string
|
Instance Variable Details |
---|
fragmentThe fragment
|
netlocThe netloc
|
paramThe path param @type param:str
|
pathThe path
|
queryThe query string
|
schemeThe scheme
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:10 2006 | http://epydoc.sf.net |