Lines Matching defs:__init__
35 def __init__(self, *args):
53 self.assertRaises(TypeError, set().__init__, a=1)
265 def __init__(self, value):
364 s.__init__(self.word)
366 s.__init__(self.otherword)
368 self.assertRaises(TypeError, s.__init__, s, 2)
369 self.assertRaises(TypeError, s.__init__, 1)
660 def __init__(self, arg, newarg=None):
661 super().__init__(arg)
688 s.__init__(self.otherword)
772 def __init__(self, arg, newarg=None):
1664 def __init__(self, seqn):
1671 def __init__(self, seqn):
1684 def __init__(self, seqn):
1693 def __init__(self, seqn):
1704 def __init__(self, seqn):
1712 def __init__(self, seqn):
1722 def __init__(self, seqn):