Package advene :: Package model :: Module tales :: Class _AbsoluteUrl
[hide private]
[frames] | no frames]

Class _AbsoluteUrl

source code

object --+        
         |        
basestring --+    
             |    
       unicode --+
                 |
                _AbsoluteUrl

Used by `WithAbsoluteUrlMixin`.

Instance Methods [hide private]
 
__getitem__(self, item)
x[y]
source code

Inherited from unicode: __add__, __contains__, __eq__, __ge__, __getattribute__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __repr__, __rmod__, __rmul__, __str__, capitalize, center, count, decode, encode, endswith, expandtabs, find, index, isalnum, isalpha, isdecimal, isdigit, islower, isnumeric, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from object: __delattr__, __init__, __reduce__, __reduce_ex__, __setattr__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(self, abs) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(self, abs)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

__getitem__(self, item)
(Indexing operator)

source code 

x[y]

Overrides: unicode.__getitem__
(inherited documentation)