ContentHash Class
The content hash.
Constructor
ContentHash(*, algorithm: str | None = None, value: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
algorithm
|
The algorithm of the content hash. Default value: None
|
value
|
The value of the content hash. Default value: None
|