示例#1
0
 def month_position_check(self):
     return libresolution.month_position_check(self.fields,
                                               self.index.dayofweek)
示例#2
0
 def month_position_check(self):
     return libresolution.month_position_check(self.fields, self.index.dayofweek)
示例#3
0
 def month_position_check(self):
     return month_position_check(self.fields, self.index.dayofweek)