Lines Matching defs:__init__
96 def __init__(self, *args):
117 def __init__(self, code):
140 def __init__(self, arg):
153 def __init__(self, value):
169 def __init__(self, x):
174 def __init__(self, a, b):
265 def __init__(self, *args, **kwargs):
2303 x = SimpleNewObj.__new__(SimpleNewObj, 0xface) # avoid __init__
2315 y = self.loads(s) # will raise TypeError if __init__ called
2319 x = ComplexNewObj.__new__(ComplexNewObj, 0xface) # avoid __init__
2335 y = self.loads(s) # will raise TypeError if __init__ called
2339 x = ComplexNewObjEx.__new__(ComplexNewObjEx, 0xface) # avoid __init__
2355 y = self.loads(s) # will raise TypeError if __init__ called
2672 def __init__(self):
3316 def __init__(self, items=None):
3329 def __init__(self, table=None):
3342 def __init__(self, state=None):
3401 def __init__(self, *args, **kwargs):
3403 raise TypeError("SimpleNewObj.__init__() didn't expect to get called")
3475 # Override initialization without calling __init__() of the superclass.
3477 def __init__(self): pass
3480 def __init__(self): pass
3764 def __init__(self):