Ejemplo n.º 1
0
 def month_position_check(self):
     return libresolution.month_position_check(self.fields,
                                               self.index.dayofweek)
Ejemplo n.º 2
0
 def month_position_check(self):
     return libresolution.month_position_check(self.fields, self.index.dayofweek)
Ejemplo n.º 3
0
 def month_position_check(self):
     return month_position_check(self.fields, self.index.dayofweek)