Searched refs:century_specified (Results 1 – 3 of 3) sorted by relevance
21 result = p.convertyear(new_year % 100, century_specified=False)
366 def convertyear(self, year, century_specified=False): argument375 if year < 100 and not century_specified:389 res.year = self.convertyear(res.year, res.century_specified)403 self.century_specified = False437 self.century_specified = True442 self.century_specified = True861 res.century_specified = ymd.century_specified
655 def convertyear(self, year, century_specified=False): argument