Package web2py :: 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__

Instance Methods [hide private]
 
__init__(self, message, symbols={}, T=1)
x.__init__(...) initializes x; see x.__class__.__doc__ 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
 
__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__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  m = 1
PyMySQL: A pure-Python drop-in replacement for MySQLdb.
  s = 1
PyMySQL: A pure-Python drop-in replacement for MySQLdb.
  T = 1
PyMySQL: A pure-Python drop-in replacement for MySQLdb.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, message, symbols={}, T=1)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ 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)