Share via


ContentHash Class

The content hash.

Constructor

ContentHash(*, algorithm: str | None = None, value: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
algorithm
str

The algorithm of the content hash.

Default value: None
value
str

The value of the content hash.

Default value: None

Variables

Name Description
algorithm
str

The algorithm of the content hash.

value
str

The value of the content hash.