Package zope :: Package i18n :: Package tests :: Module test_formats :: Class LocaleCalendarStub
[show private | hide private]
[frames | no frames]

Type LocaleCalendarStub

object --+
         |
        LocaleCalendarStub


Method Summary
  getDayAbbreviations(self)
  getDayNames(self)
  getDayTypeFromAbbreviation(self, abbr)
  getDayTypeFromName(self, name)
  getMonthAbbreviations(self)
  getMonthNames(self)
  getMonthTypeFromAbbreviation(self, abbr)
  getMonthTypeFromName(self, name)
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
str am = 'vorm.'
dict days = {1: ('Montag', 'Mo'), 2: ('Dienstag', 'Di'), 3: (...
dict eras = {1: (None, 'v. Chr.'), 2: (None, 'n. Chr.')}
dict months = {1: ('Januar', 'Jan'), 2: ('Februar', 'Feb'), 3...
str pm = 'nachm.'
unicode type = u'gregorian'
dict week = {'minDays': 1, 'firstDay': 1}

Class Variable Details

am

Type:
str
Value:
'vorm.'                                                                

days

Type:
dict
Value:
{1: ('Montag', 'Mo'),
 2: ('Dienstag', 'Di'),
 3: ('Mittwoch', 'Mi'),
 4: ('Donnerstag', 'Do'),
 5: ('Freitag', 'Fr'),
 6: ('Samstag', 'Sa'),
 7: ('Sonntag', 'So')}                                                 

eras

Type:
dict
Value:
{1: (None, 'v. Chr.'), 2: (None, 'n. Chr.')}                           

months

Type:
dict
Value:
{1: ('Januar', 'Jan'),
 2: ('Februar', 'Feb'),
 3: ('Maerz', 'Mrz'),
 4: ('April', 'Apr'),
 5: ('Mai', 'Mai'),
 6: ('Juni', 'Jun'),
 7: ('Juli', 'Jul'),
 8: ('August', 'Aug'),
...                                                                    

pm

Type:
str
Value:
'nachm.'                                                               

type

Type:
unicode
Value:
u'gregorian'                                                           

week

Type:
dict
Value:
{'minDays': 1, 'firstDay': 1}                                          

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