Exemplo n.º 1
0
 def is_leap_year(self):
     """ Logical indicating if the date belongs to a leap year """
     return isleapyear_arr(np.asarray(self.year))
Exemplo n.º 2
0
 def is_leap_year(self):
     """ Logical indicating if the date belongs to a leap year """
     return isleapyear_arr(np.asarray(self.year))