ID EN
Hashlib

copy

Python 3.11

Return a copy (“clone”) of the hash object. This can be used to efficiently compute the digests of data sharing a common initial substring.

Syntax

PYTHON
hash.copy()