Package zope :: Package i18n :: Package interfaces :: Class INumberFormat
[show private | hide private]
[frames | no frames]

Type INumberFormat

Interface --+    
            |    
      IFormat --+
                |
               INumberFormat


Class Variable Summary
str format = 'Format an object to a string using the pattern...
str getPattern = 'Get the currently used pattern.'
str parse = 'Parse the text and convert it to an object, whi...
str setPattern = 'Overwrite the old formatting pattern with ...
unicode symbols = u'Number Symbols'

Class Variable Details

format

Type:
str
Value:
'Format an object to a string using the pattern as a rule.'            

getPattern

Type:
str
Value:
'Get the currently used pattern.'                                      

parse

Type:
str
Value:
'Parse the text and convert it to an object, which is returned.'       

setPattern

Type:
str
Value:
'Overwrite the old formatting pattern with the new one.'               

symbols

Type:
unicode
Value:
u'Number Symbols'                                                      

Generated by Epydoc 2.1 on Fri Jun 24 12:01:23 2005 http://epydoc.sf.net