Trees | Indices | Help |
|
---|
|
|
|||
PDiffHashes | |||
PDiffIndex |
|
|||
|
|||
|
|
|||
HASH_FIELDS = [('SHA1-History', 0, 1, "", True), ('SHA256-Hist
|
|||
HASH_FIELDS_TABLE = {x [0]:(x [1], x [2], x [4]) for x in HASH
|
|||
_PDiffHashes = collections.namedtuple('_PDiffHashes', ['size',
|
|||
shell = kwargs.pop('shell', False)
|
|||
proc = await asyncio.create_subprocess_exec(* args,** kwargs)
|
|||
retcode = await proc.wait()
|
|||
fh = tempfile.NamedTemporaryFile("w+") if named_temp_file else
|
|||
hashes_decompressed = PDiffHashes.from_file(difff)
|
|||
hashes_compressed = PDiffHashes.from_file(difffgz)
|
Imports: asyncio, collections, os, subprocess, sys, tempfile, apt_pkg, DakHashes
|
HASH_FIELDS
|
HASH_FIELDS_TABLE
|
_PDiffHashes
|
fh
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 30 23:34:26 2024 | http://epydoc.sourceforge.net |