| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Reference
A common URI reference is made of five components: - the scheme - the authority - the path - the query - the fragment Its syntax is: <scheme>://<authority><path>?<query>#<fragment> Not all the components must be present, examples of possible references include: http://www.example.com http://www.ietf.org/rfc/rfc2616.txt /rfc/rfc2616.txt XXX
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
| authority | |
| fragment | |
| path | |
| query | |
| scheme | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
hash(x)
|
Resolve the given relative URI, this URI (self) is considered to be the base. If the given uri is not relative, it is returned. If 'self' is not absolute, the result is undefined. |
This is much like 'resolv', but uses 'Path.resolve2' method instead. XXX Too much code is duplicated, the only difference beween 'resolve' and 'resolve2' is one character. Refactor! |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:28 2008 |