| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
URL
|
|||
|
|||
| str |
|
||
| str |
|
||
| unicode |
|
||
| URL |
|
||
|
Inherited from |
|||
|
|||
| URL |
|
||
|
|||
| tuple |
_PARTS = ordered list of known URL parts (available via instance attributes) |
||
_PATH_SAFE =
|
|||
_unicode = False
|
|||
|
|||
| unicode |
fragment = optional fragment. |
||
| unicode |
netloc = The net location if available (or '') |
||
| unicode |
params = optional unescaped path parameters (or '') |
||
| unicode |
path = The unescaped path if available, for non-path-based schemes this contains the unescaped non-path ;-) (or '') |
||
| Query |
query = query object |
||
| str |
scheme = The URL scheme |
||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
Create URL object from unescaped path For convenience you can optionally add query, scheme and netloc. |
|
|
|||
_PARTSordered list of known URL parts (available via instance attributes)
|
|
|||
fragmentoptional fragment. Strictly spoken this isn't part of URLs but of URL references. But who cares. (or '')
|
| Home | Trees | Indices | Help |
|
|---|