class documentation

class Manifest(NamedTuple): (source)

View In Hierarchy

Undocumented

Method entry_by_resref Get a ManifestEntry by its resref.
Class Variable entries Undocumented
Property version Currently, the only supported version is 3.
def entry_by_resref(self, resref: str) -> ManifestEntry: (source)

Get a ManifestEntry by its resref.

Parameters
resref:strThe resref to search for.
Returns
ManifestEntryThe ManifestEntry.
Raises
ValueErrorIf no entry with the given resref exists.

Undocumented

@property
version = (source)

Currently, the only supported version is 3.