Home | History | Annotate | Download | only in python2.7

Lines Matching refs:am_pm

41         am_pm -- AM/PM representation (2-item list)
104 # Set self.am_pm by using time.strftime().
109 am_pm = []
112 am_pm.append(time.strftime("%p", time_tuple).lower())
113 self.am_pm = am_pm
130 (self.a_month[3], '%b'), (self.am_pm[1], '%p'),
211 'p': self.__seqToRE(self.locale_time.am_pm, 'p'),
373 if ampm in ('', locale_time.am_pm[0]):
379 elif ampm == locale_time.am_pm[1]: