Lines Matching defs:__init__
125 def __init__(self, offset, name, dstoffset=42):
144 def __init__(self, offset=None, name=None, dstoffset=None):
145 FixedOffset.__init__(self, offset, name, dstoffset)
164 # wasn't able to get away with having __init__ raise
174 def __init__(self, offset, name):
3727 def __init__(self): pass
3732 def __init__(self): pass
3740 def __init__(self, offset):
4095 def __init__(self):
4704 def __init__(self, dstvalue):
4738 def __init__(self, dstvalue=0):
4751 def __init__(self, uofs, dofs=None):
4752 DST.__init__(self, dofs)
4989 def __init__(self):
5054 def __init__(self, hours, reprname, stdname, dstname):
5413 def __init__(self, value):
5475 def __init__(self, hours, reprname, stdname, dstname):
5873 def __init__(self, ut, ti):
6212 def __init__(self):
6221 super().__init__(tests)