Lines Matching defs:__init__
98 def __init__(self, value):
205 def __init__(self, file_write):
265 def __init__(self, file_read, file_readline, file_tell=None):
409 def __init__(self, file, protocol=None, *, fix_imports=True,
481 raise PicklingError("Pickler.__init__() was not called by "
482 "%s.__init__()" % (self.__class__.__name__,))
1139 def __init__(self, file, *, fix_imports=True,
1195 raise UnpicklingError("Unpickler.__init__() was not called by "
1196 "%s.__init__()" % (self.__class__.__name__,))
1484 # object, following which are the arguments for klass.__init__.