示例#1
0
 def is_leap_year(self):
     """ Logical indicating if the date belongs to a leap year """
     return tslib._isleapyear_arr(self.year)
示例#2
0
文件: period.py 项目: DGrady/pandas
 def is_leap_year(self):
     """ Logical indicating if the date belongs to a leap year """
     return tslib._isleapyear_arr(self.year)