tarfile.TarInfo.islnk()
  • References/Python/Python/Data Compression

TarInfo.islnk() Return

2025-01-10 15:47:30
zipfile.is_zipfile()
  • References/Python/Python/Data Compression

zipfile.is_zipfile(filename) Returns True if filename is a valid ZIP file based on its magic number, otherwise

2025-01-10 15:47:30
tarfile.TarInfo.isblk()
  • References/Python/Python/Data Compression

TarInfo.isblk() Return

2025-01-10 15:47:30
tarfile.TarInfo.isdev()
  • References/Python/Python/Data Compression

TarInfo.isdev() Return

2025-01-10 15:47:30
lzma.LZMACompressor
  • References/Python/Python/Data Compression

class lzma.LZMACompressor(format=FORMAT_XZ, check=-1, preset=None, filters=None) Create a compressor object, which can be used

2025-01-10 15:47:30
tarfile.TarInfo.fromtarfile()
  • References/Python/Python/Data Compression

classmethod TarInfo.fromtarfile(tarfile) Read the next member from the TarFile object tarfile and return

2025-01-10 15:47:30
bz2.BZ2Decompressor.unused_data
  • References/Python/Python/Data Compression

unused_data Data found after the end of the compressed stream. If this attribute is accessed

2025-01-10 15:47:30
zipfile.PyZipFile.writepy()
  • References/Python/Python/Data Compression

writepy(pathname, basename='', filterfunc=None) Search for files *.py and add the corresponding file to the archive

2025-01-10 15:47:30
tarfile.TarFile.next()
  • References/Python/Python/Data Compression

TarFile.next() Return the next member of the archive as a TarInfo object, when TarFile is opened for

2025-01-10 15:47:30
lzma.LZMAFile
  • References/Python/Python/Data Compression

class lzma.LZMAFile(filename=None, mode="r", *, format=None, check=-1, preset=None, filters=None) Open an LZMA-compressed file

2025-01-10 15:47:30