ContentHash Class

The content hash.

Constructor

ContentHash(*args: Any, **kwargs: Any)

Variables

Name Description
algorithm
str

The algorithm of the content hash.

value
str

The value of the content hash.

Attributes

algorithm

The algorithm of the content hash.

algorithm: str | None

value

The value of the content hash.

value: str | None