Package gluon :: Module languages :: Class lazyT
[hide private]
[frames] | no frames]

Class lazyT

source code

object --+
         |
        lazyT

Never to be called explicitly, returned by translator.__call__() or translator.M()

Instance Methods [hide private]
 
__init__(self, message, symbols={}, T=None, filter=None, ftag=None, M=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__add__(self, other) source code
 
__radd__(self, other) source code
 
__mul__(self, other) source code
 
__cmp__(self, other) source code
 
__hash__(self)
hash(x)
source code
 
__getattr__(self, name) source code
 
__getitem__(self, i) source code
 
__getslice__(self, i, j) source code
 
__iter__(self) source code
 
__len__(self) source code
 
xml(self) source code
 
encode(self, *a, **b) source code
 
decode(self, *a, **b) source code
 
read(self) source code
 
__mod__(self, symbols) source code

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

Class Variables [hide private]
  t = None
hash(x)
  f = None
hash(x)
  T = None
hash(x)
  s = None
hash(x)
  m = None
hash(x)
  is_copy = False
  M = False
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, message, symbols={}, T=None, filter=None, ftag=None, M=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)