Lines Matching defs:fileobj
339 def __init__(self, name, mode, comptype, fileobj, bufsize): argument
575 def __init__(self, fileobj): argument
606 def __init__(self, fileobj, offset, size, blockinfo=None): argument
1452 def __init__(self, name=None, mode="r", fileobj=None, format=None, argument
1564 def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): argument
1658 def taropen(cls, name, mode="r", fileobj=None, **kwargs): argument
1666 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument
1699 def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): argument
1727 def xzopen(cls, name, mode="r", fileobj=None, preset=None, **kwargs): argument
1813 def gettarinfo(self, name=None, arcname=None, fileobj=None): argument
1995 def addfile(self, tarinfo, fileobj=None): argument