コード例 #1
0
 def __init__(self, *args, **kws):
     temp = kws.copy()
     self.extra = temp.pop('extra')
     GregorianCalendar.__init__(self, *args, **temp)
コード例 #2
0
 def __init__(self, *args, **kws):
     temp = kws.copy()
     self.extra = temp.pop('extra')
     GregorianCalendar.__init__(self, *args, **temp)