class documentation

class ManifestEntry(NamedTuple): (source)

View In Hierarchy

Undocumented

Class Variable resref The full filename, with resolved extension.
Class Variable sha1 The SHA1 hash of the file, as 20 bytes.
Class Variable size The size of the file in bytes.
Property repository_path The relative repository path for the file.
resref: str = (source)

The full filename, with resolved extension.

sha1: bytes = (source)

The SHA1 hash of the file, as 20 bytes.

size: int = (source)

The size of the file in bytes.

@property
repository_path = (source)

The relative repository path for the file.