Package caldavclientlibrary :: Package protocol :: Module url :: Class URL
[hide private]
[frames] | no frames]

Class URL

source code

object --+
         |
        URL

Instance Methods [hide private]
 
__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
 
__str__(self)
str(x)
source code
 
__repr__(self)
repr(x)
source code
 
__cmp__(self, other) source code
 
absoluteURL(self) source code
 
relativeURL(self) source code
 
toString(self, conversion=0, encode=True) source code
 
equal(self, comp) source code
 
equalRelative(self, comp) source code
 
dirname(self) source code
 
_parse(self, url, decode=False) source code
 
_parsePath(self, path, decode=False) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  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')
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url=None, scheme=None, server=None, path=None, extended=None, decode=False)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

URLUnreserved

Value:
(0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
...

URLCharacter

Value:
(0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
...

URLXCharacter

Value:
(0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
...