class documentation
class Manifest(NamedTuple): (source)
Undocumented
| Method | entry |
Get a ManifestEntry by its resref. |
| Class Variable | entries |
Undocumented |
| Property | version |
Currently, the only supported version is 3. |
Get a ManifestEntry by its resref.
| Parameters | |
resref:str | The resref to search for. |
| Returns | |
ManifestEntry | The ManifestEntry. |
| Raises | |
ValueError | If no entry with the given resref exists. |