moul :: i18n :: Message :: Class Message
[hide private]
[frames] | no frames]

Class Message



 object --+        
          |        
 basestring --+    
              |    
        unicode --+
                  |
     object --+   |
              |   |
string.Template --+
                  |
                 Message

Nested Classes [hide private]

Inherited from string.Template: __metaclass__


Instance Methods [hide private]
  __init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __mod__(self, other)
x%y

Inherited from unicode: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __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 string.Template: safe_substitute, substitute

Inherited from string.Template (private): _invalid

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__


Static Methods [hide private]
  __new__(cls, ustr, domain=None, default=None, mapping=None)

Class Variables [hide private]
  __slots__ = ('domain', 'default', 'mapping')
  default = <member 'default' of 'Message' objects>
  domain = <member 'domain' of 'Message' objects>
  mapping = <member 'mapping' of 'Message' objects>

Inherited from string.Template: delimiter, idpattern, pattern


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__new__(cls, ustr, domain=None, default=None, mapping=None)
Static Method

 
Returns:
a new object with type S, a subtype of T

Overrides: unicode.__new__
(inherited documentation)

__init__(self, *args, **kwargs)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: string.Template.__init__

__mod__(self, other)

 
x%y
Overrides: unicode.__mod__
(inherited documentation)

Class Variable Details [hide private]

__slots__

None
Value:
('domain', 'default', 'mapping')                                       
      

default

None
Value:
<member 'default' of 'Message' objects>                                
      

domain

None
Value:
<member 'domain' of 'Message' objects>                                 
      

mapping

None
Value:
<member 'mapping' of 'Message' objects>