|
|
__init__(self,
url=None,
scheme=None,
server=None,
path=None,
extended=None,
decode=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|
|
|
eAbsolute = 0
|
|
|
eRelative = 1
|
|
|
eLastPath = 2
|
|
|
URLEscape = '%'
|
|
|
URLReserved = '/?:@&='
|
|
|
URLUnreserved = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
|
|
|
URLCharacter = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
|
|
|
URLXCharacter = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
|
|
|
URLSchemeDoubleSlash = ('http', 'https', 'webcal')
|