Ejemplo n.º 1
0
 def __init__(self, *args, **kws):
     temp = kws.copy()
     self.extra = temp.pop('extra')
     IsoCalendar.__init__(self, *args, **temp)
Ejemplo n.º 2
0
 def __init__(self, *args, **kws):
     temp = kws.copy()
     self.extra = temp.pop('extra')
     IsoCalendar.__init__(self, *args, **temp)