Lines Matching defs:__init__
314 def __init__(self, name, mode):
343 def __init__(self, name, mode, comptype, fileobj, bufsize):
579 def __init__(self, fileobj):
610 def __init__(self, fileobj, offset, size, blockinfo=None):
710 def __init__(self, tarfile, tarinfo):
713 super().__init__(fileobj)
725 def __init__(self, tarinfo):
727 super().__init__(f'member {tarinfo.name!r} has an absolute path')
730 def __init__(self, tarinfo, path):
733 super().__init__(f'{tarinfo.name!r} would be extracted to {path!r}, '
737 def __init__(self, tarinfo):
739 super().__init__(f'{tarinfo.name!r} is a special file')
742 def __init__(self, tarinfo):
744 super().__init__(f'{tarinfo.name!r} is a symlink to an absolute path')
747 def __init__(self, tarinfo, path):
750 super().__init__(f'{tarinfo.name!r} would link to {path!r}, '
875 def __init__(self, name=""):
1665 def __init__(self, name=None, mode="r", fileobj=None, format=None,